You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🥇
The text was updated successfully, but these errors were encountered:
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...
is the escaped version of
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 🥇
The text was updated successfully, but these errors were encountered: