Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add regexp support for Alert, and Escape control characters #5829

Merged
merged 2 commits into from
Jun 15, 2022

Conversation

anthony-chang
Copy link
Contributor

@anthony-chang anthony-chang commented Jun 14, 2022

Closes #4519

Adds support for:

\a | The alert (bell) character ('\u0007')
\e | The escape character ('\u001B')

Since \f is already an escape sequence, we don't need to do anything special to support.

I haven't added any additional unit tests since the fuzzer already generates these characters.

@anthony-chang anthony-chang requested a review from NVnavkumar June 14, 2022 19:01
@anthony-chang anthony-chang self-assigned this Jun 14, 2022
Signed-off-by: Anthony Chang <antchang@nvidia.com>
@anthony-chang
Copy link
Contributor Author

build

Signed-off-by: Anthony Chang <antchang@nvidia.com>
@anthony-chang
Copy link
Contributor Author

build

@sameerz sameerz added the feature request New feature or request label Jun 15, 2022
@sameerz sameerz added this to the Jun 6 - Jun 17 milestone Jun 15, 2022
Copy link
Collaborator

@NVnavkumar NVnavkumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@anthony-chang anthony-chang merged commit 7a8bfc7 into NVIDIA:branch-22.08 Jun 15, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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