DEV Community

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

Collapse
 
klayton profile image
Klayton Cavalcante

When creating a regex pattern, most of the time I use regex101.com for testing and customizing it. It's an awesome tool and helps a lot to understand the performance and the usage of each rule.