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

Enable support for escaping the right square bracket #5284

Merged

Conversation

NVnavkumar
Copy link
Collaborator

Fixes #5275.

This enables support for escaping the right square bracket in regular expressions that should run on the GPU. Previously, the right square bracket was not considered a valid escapable regular expression meta character (the left square bracket was). This allows it to be an escapable character in a regular expression used when running on the GPU.

Signed-off-by: Navin Kumar navink@nvidia.com

Signed-off-by: Navin Kumar <navink@nvidia.com>
Signed-off-by: Navin Kumar <navink@nvidia.com>
@NVnavkumar
Copy link
Collaborator Author

build

@sameerz sameerz added the bug Something isn't working label Apr 19, 2022
@sameerz sameerz added this to the Apr 18 - Apr 29 milestone Apr 19, 2022
Signed-off-by: Navin Kumar <navink@nvidia.com>
@NVnavkumar
Copy link
Collaborator Author

build

@NVnavkumar NVnavkumar merged commit 3e8a867 into NVIDIA:branch-22.06 Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] rlike cannot run on GPU because invalid or unsupported escape character ']' near index 14
3 participants