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

Add support for octal digits in character classes #5645

Merged

Conversation

anthony-chang
Copy link
Contributor

Closes #4862

This PR adds support for octal digits within regular expression character classes.

Signed-off-by: Anthony Chang antchang@nvidia.com

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

build

@anthony-chang anthony-chang self-assigned this May 25, 2022
@anthony-chang anthony-chang marked this pull request as ready for review May 26, 2022 16:33
@andygrove
Copy link
Contributor

This looks good based on the tests but how is this supported now? Are we transpiling the character range in this case to something that cuDF supports?

@andygrove
Copy link
Contributor

This looks good based on the tests but how is this supported now? Are we transpiling the character range in this case to something that cuDF supports?

Ah, never mind. I see now that we simply parse the octal digit as a RegexChar now.

@sameerz sameerz added the bug Something isn't working label May 26, 2022
@sameerz sameerz added this to the May 23 - Jun 3 milestone May 26, 2022
@anthony-chang anthony-chang merged commit 781607b into NVIDIA:branch-22.06 May 26, 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.

[FEA] Add support for regular expressions containing octal digits inside character classes , eg[\0177]
3 participants