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

[FEA] Add regular expression support for Form Feed, Alert, and Escape control characters #4519

Closed
andygrove opened this issue Jan 12, 2022 · 0 comments · Fixed by #5829
Closed
Assignees
Labels
feature request New feature or request

Comments

@andygrove
Copy link
Contributor

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

@andygrove andygrove added feature request New feature or request ? - Needs Triage Need team to review and classify labels Jan 12, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Jan 18, 2022
@anthony-chang anthony-chang self-assigned this Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants