We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug We will fallback to CPU for null characters inside a character class.
Steps/Code to reproduce bug Run any regular expression with \u0000 inside a character class.
\u0000
Expected behavior
\p{ASCII}
\p{Cntrl}
Environment details (please complete the following information) N/A
Additional context Depends on rapidsai/cudf#11112 Related to #5834
The text was updated successfully, but these errors were encountered:
anthony-chang
Successfully merging a pull request may close this issue.
Describe the bug
We will fallback to CPU for null characters inside a character class.
Steps/Code to reproduce bug
Run any regular expression with
\u0000
inside a character class.Expected behavior
\u0000
to the predefined classes\p{ASCII}
and\p{Cntrl}
Environment details (please complete the following information)
N/A
Additional context
Depends on rapidsai/cudf#11112
Related to #5834
The text was updated successfully, but these errors were encountered: