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 support for escaped unicode hex in regular expressions #4518

Closed
andygrove opened this issue Jan 12, 2022 · 0 comments · Fixed by #5532
Closed

[FEA] Add support for escaped unicode hex in regular expressions #4518

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

Comments

@andygrove
Copy link
Contributor

Is your feature request related to a problem? Please describe.
We currently fall back to CPU for regular expressions that include escaped hex digits in the format such as \\u0061 and fail with the error invalid or unsupported escape character 'u' near index 0. It would be better to fail consistently with current hex support (\\x0061 would fail with cuDF does not support hex digits consistently with Spark). It would be even better if we can support this on GPU once #4486 is resolved.

Describe the solution you'd like
See above.

Describe alternatives you've considered
None

Additional context
None

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
3 participants