DEV Community

Discussion on: How do you feel about regex?

Collapse
 
qarunqb profile image
Bearded JavaScripter

I like to use Regex and I use it frequently but not for anything too complicated. I generally build all my RegEx from Regex101.

I really understood it at its core during my university Computer Science Program where we talked about DFAs -> NDFAs -> Regular Languages -> Regular Expressions