DEV Community

Discussion on: Making Regular Expressions Readable in JavaScript

Collapse
 
subztep profile image
Andras Serfozo

I rarely use regexp, when necessary I craft on regex101.com/, this page describes the pattern on a similar way as your examples. For a regexp heavy project which involve more developers I can see its benefit.

So ironic you couldn't use it in the library itself. xD

Collapse
 
rfornal profile image
bob.ts

What an awesome comment. I actually use regex101, as well. My go-to site. Maybe there was some unconscious influence.