Skip to content
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

Parsing escaped regexes #81

Open
johnlane opened this issue Jul 2, 2021 · 0 comments
Open

Parsing escaped regexes #81

johnlane opened this issue Jul 2, 2021 · 0 comments

Comments

@johnlane
Copy link

johnlane commented Jul 2, 2021

This is absolutely brilliant!

It would be lovely if I could paste (or type) in a regex that has been written with escapes (e.g. as per a shell script) and for the parser to understand the escapes. As an example...

\(x86\(_64\)\?\|arm\(hf\|v7\)\)\

is the escaped version of

(x86(_64)?|arm(hf|v7))

and to be able to escape or un-escape an expression. That would be fantastic.

Really good tool, just a suggestion. Many thanks for providing 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant