DEV Community

Discussion on: A Visual Guide to Regular Expression

Collapse
 
q2apro profile image
q2apro

Great tutorial. Also the highlighting of found matches is extremely helpful. 👍

I have learned Regex with regex101.com/ - I cannot recommend this tool enough. Helped me to master Regex. Before I was a complete noob and could not understand a single expression.

Collapse
 
dougaws profile image
Doug

I wrote a simple Windows forms utility where I can test REs. One text box for the RE I'm testing, one where I start typing in text and the utility responds with an indication of a match as I type each character.