You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: