DEV Community

Discussion on: Step up your Regex game

Collapse
 
filatovv profile image
Yuri Filatov

Thanks for the article, it is really useful. But you know, sometimes it doesn't work. I' ve also learnt more about regex and practised on these websites, but when I come to some difficult (big) regex, then I make mistakes. I don't get why, cause I guess, I understand everything, but everything is not enought , I guess... , so Idk what else to read or use not to make those mistakes... or maybe you have a tip?

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!

Collapse
 
blakecodez profile image
blakewood84

Practice! It takes time 😁