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
Is your feature request related to a problem? Please describe.
The current fuzz tests include ^ and $ but do not include \A and \Z and when I tried adding them I ran into test failures.
Describe the solution you'd like
Improve support and documentation for \A and \Z, which may include falling back to CPU in some cases.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
andygrove
changed the title
[FEA] Improve support for \A and \Z in regular expressions
[FEA] Improve support for \A, \Z, and \z in regular expressions
Dec 22, 2021
Is your feature request related to a problem? Please describe.
The current fuzz tests include
^
and$
but do not include\A
and\Z
and when I tried adding them I ran into test failures.Describe the solution you'd like
Improve support and documentation for
\A
and\Z
, which may include falling back to CPU in some cases.Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: