DEV Community

Discussion on: I hated Regex so much that I made iHateRegex.io

Collapse
 
jankapunkt profile image
Jan Küster

Many people forget that you can use multiple regex pattern for one input. While everybody knows that a function for everything is bad and you should write one function for one purpose, everybody still writes regexes that include everything in one command. Maybe it's time to write an article on encapsulation of regex?