DEV Community

Discussion on: Introducing Regcode - Create Regular Expressions Easily with Code

Collapse
 
mwrpwr profile image
Joseph Maurer

What a cool project! I wrote earlier about some of the issues with using regular expression and I think this alleviates part of the issue. Understanding what someones regex is trying to do is half of the battle honestly. Does your tool allow you to enter a regex and convert it to your easier to read syntax?

Collapse
 
banjoanton profile image
Anton Ödman

Thank you, and interesting article!

I completely agree, the most difficult part is probbably maintaing regex. That was the main reason I wrote this program.

Unfortunately, this only works one way. I was thinking about making it the other way also, but it would require a lot more of work.