CJex / regulex

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

Support XRegExp extended syntax #30

Open slevithan opened 9 years ago

slevithan commented 9 years ago

XRegExp augments JavaScript regex syntax with additional features like named capture, the x flag for free spacing and line comments, and \p{..} for Unicode properties. It would be awesome if Regulex supported these features as well. Apart from XRegExp, they're supported in a variety other modern regex implementations (Java, Perl, PCRE, .NET, etc.).