-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate the SRL for a regular expression #9
Comments
Yes, that would be pretty awesome, but I'm not sure if that's such an easy task. https://regex101.com handles displaying what's happening pretty well, but if someone has the time an knowledge to do so, you're welcome :) |
This would be the most useful feature ever. +1 |
Hi, this may help: https://github.com/JexCheng/regulex |
This issue would need to be solved first, regulex doesn't support pcre |
Could probably reuse Doctrine's lexer to create a regex lexer (potentially separate library with a dependency) |
You guys might want to check out https://www.regextranslator.com/ - they seem to have managed to implement a RegEx to SRL converter. Pretty cool! |
This would be a killer feature for this project - being able to take existing regex and output a pretty printed SRL expression for it. That would allow verification and and modification of existing regexes much, much easier.
The text was updated successfully, but these errors were encountered: