DEV Community

Discussion on: Making Regular Expressions Readable in JavaScript

Collapse
 
rfornal profile image
bob.ts

Thanks for the reference. I do like what I see there ... I am kind of leary of using a tool like that with custom "comments." It would be nice to see some of this functionality added to the JavaScript specs.

I do not intend for my project to have that kind of weight (or functionality for that matter). I don't want to add functionality and dig into the logistics of how Regular Expressions should work.

The tooling I am building is simply to make the Regular Expressions themselves more legible to a developer.

Again, thanks for the reference. I will definitely take a look.