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
Is your feature request related to a problem? Please describe.
I am filing this for sake of completeness and do not expect this to be a priority but we do not currently support the following items in regular expressions and we fall back to CPU. It should be simple to implement them.
\f | The form-feed character ('\u000C')
\a | The alert (bell) character ('\u0007')
\e | The escape character ('\u001B')
Describe the solution you'd like
Add support for these control characters.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am filing this for sake of completeness and do not expect this to be a priority but we do not currently support the following items in regular expressions and we fall back to CPU. It should be simple to implement them.
Describe the solution you'd like
Add support for these control characters.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: