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

[FEA] Improve support for \A, \Z, and \z in regular expressions #4412

Closed
andygrove opened this issue Dec 21, 2021 · 0 comments · Fixed by #4424
Closed

[FEA] Improve support for \A, \Z, and \z in regular expressions #4412

andygrove opened this issue Dec 21, 2021 · 0 comments · Fixed by #4424
Labels
feature request New feature or request

Comments

@andygrove
Copy link
Contributor

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

@andygrove andygrove added feature request New feature or request ? - Needs Triage Need team to review and classify labels Dec 21, 2021
@andygrove 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
@andygrove andygrove added this to the Dec 13 - Jan 7 milestone Dec 22, 2021
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants