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

[BUG] Add support for regular expressions containing hexadecimal digits greater than 0x7f #4866

Closed
NVnavkumar opened this issue Feb 24, 2022 · 0 comments · Fixed by #5442
Closed
Assignees
Labels
bug Something isn't working

Comments

@NVnavkumar
Copy link
Collaborator

Describe the bug
We support hexadecimal digits but with limitations. We call back to CPU for certain ranges.

Expected behavior
We should support the full range of hexadecimal digits on the GPU (from Character.MIN_CODE_POINT to Character.MAX_CODE_POINT)

@NVnavkumar NVnavkumar added bug Something isn't working ? - Needs Triage Need team to review and classify labels Feb 24, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Mar 1, 2022
@anthony-chang anthony-chang self-assigned this May 9, 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
3 participants