DEV Community

Discussion on: Why Regular Expressions Are Super Powerful, But A Terrible Coding Decision

Collapse
 
mwrpwr profile image
Joseph Maurer

Writing regular expressions is an art for sure. I’ve seen ones that are written extremely well (multiple lines, named capture groups, etc) but it doesn’t help if the input schema is always changing and requiring the regular expression to be re-written.

Collapse
 
moopet profile image
Ben Sinclair

If that's the case, then nothing helps!