DEV Community

Discussion on: Step up your Regex game

Collapse
 
crocsx profile image
Federico Giacomini

To be honest, I think it's the kind of thing where you must practice a lot to get good at. I would chain exercises. So to add some useful links

Exercices :
regexone.com/problem/matching_deci...
regexcrossword.com/
alf.nu/RegexGolf

Useful regex to dissect and learn
projects.lukehaas.me/regexhub/

Visualizers:
regviz.org/
debuggex.com/

Collapse
 
blakecodez profile image
blakewood84

Nice links!