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 inside character classes, eg [\x7f] #4865

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

Comments

@NVnavkumar
Copy link
Collaborator

Describe the bug
We support hexadecimal digits but with limitations. Right now, hexadecimal digits cannot be used inside character classes on the GPU.

Steps/Code to reproduce bug
Regular expressions with hexadecimal digits inside character classes do not work. Examples include [\x02], [\x7f], [\x77], etc.

Expected behavior
We should support hexadecimal digits inside character classes.

@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 10, 2022
@sameerz sameerz added this to the May 23 - Jun 3 milestone 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
3 participants