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

Support repetition of \d and \D in regexp functions #4469

Merged
merged 1 commit into from
Jan 7, 2022

Conversation

andygrove
Copy link
Contributor

Closes #4467

Add support for \d and \D with repetition in regexp functions.

Signed-off-by: Andy Grove <andygrove@nvidia.com>
@andygrove andygrove added this to the Dec 13 - Jan 7 milestone Jan 6, 2022
@andygrove andygrove self-assigned this Jan 6, 2022
@jlowe
Copy link
Member

jlowe commented Jan 7, 2022

build

@andygrove andygrove merged commit 54c0f94 into NVIDIA:branch-22.02 Jan 7, 2022
@andygrove andygrove deleted the regexp-digit-repetition branch January 7, 2022 20:30
@sameerz sameerz added the feature request New feature or request label Jan 11, 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 this pull request may close these issues.

[FEA] Add support for regular expression with repeated digits (\d+, \d*, \d?)
3 participants