Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve support for regular expression string anchors \A, \Z, and \z #4424

Merged
merged 9 commits into from
Jan 11, 2022

Conversation

andygrove
Copy link
Contributor

@andygrove andygrove commented Dec 22, 2021

Closes #4412

There is a follow-on issue #4425 to support \z and \Z in regexp replace mode.

@andygrove andygrove added this to the Dec 13 - Jan 7 milestone Dec 22, 2021
@andygrove andygrove self-assigned this Dec 22, 2021
@andygrove andygrove changed the title WIP: Improve support for string anchors \A, \Z, and \z WIP: Improve support for regular expression string anchors \A, \Z, and \z Dec 22, 2021
@sameerz sameerz added the feature request New feature or request label Dec 29, 2021
@andygrove andygrove changed the title WIP: Improve support for regular expression string anchors \A, \Z, and \z Improve support for regular expression string anchors \A, \Z, and \z Jan 5, 2022
@andygrove andygrove marked this pull request as ready for review January 5, 2022 23:14
Co-authored-by: Jason Lowe <jlowe@nvidia.com>
@jlowe
Copy link
Contributor

jlowe commented Jan 10, 2022

build

@andygrove andygrove merged commit 7564f22 into NVIDIA:branch-22.02 Jan 11, 2022
@andygrove andygrove deleted the string-anchors branch January 11, 2022 17:43
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Improve support for \A, \Z, and \z in regular expressions
3 participants