CJex / regulex

:construction: Regular Expression Excited!
https://jex.im/regulex/
MIT License
5.71k stars 756 forks source link

is there a way to support python style named groups easily with the parser you have? #25

Closed dkoshe closed 9 years ago

dkoshe commented 9 years ago

I want to display the regex graphically, but that comes from our python backend. Currently the parser chokes on syntax like (?P How do I change so that group is recognized with (?P and name <>) ? thanks for your help.

CJex commented 9 years ago

In progress PCRE: https://github.com/JexCheng/regulex/issues/16

liudongmiao commented 2 years ago

demo: jianyu.io/regulex/