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
[\0177]
Describe the bug We support octal digits but with limitations. Right now, octal digits cannot be used inside character classes on the GPU.
Steps/Code to reproduce bug Regular expressions with octal digits inside character classes do not work. Examples include [\02], [\0177], [\077], etc.
[\02]
[\077]
Expected behavior We should support octal digits inside character classes.
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 support octal digits but with limitations. Right now, octal digits cannot be used inside character classes on the GPU.
Steps/Code to reproduce bug
Regular expressions with octal digits inside character classes do not work. Examples include
[\02]
,[\0177]
,[\077]
, etc.Expected behavior
We should support octal digits inside character classes.
The text was updated successfully, but these errors were encountered: