DEV Community

Discussion on: How do you feel about regex?

Collapse
 
mondash profile image
Matthew Ondash • Edited

If you're trying to pattern match a string, is there really a better option? If so, I don't know it, but feel free to let me know.

There's definitely a rabbit hole to fall into and a lot of complexity along the way, but I've found regex to be one of the more reusable and powerful tools in my arsenal even though most of the time they seem to be on the simple side rather than complex.

If it ever get's confusing I've always got my goto: regex101.com/