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] Add support for regular expression with repeated digits (\d+, \d*, \d?) #4467

Closed
andygrove opened this issue Jan 6, 2022 · 0 comments · Fixed by #4469
Closed

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

andygrove opened this issue Jan 6, 2022 · 0 comments · Fixed by #4469
Assignees
Labels
feature request New feature or request

Comments

@andygrove
Copy link
Contributor

Is your feature request related to a problem? Please describe.
We currently do not support any repetitions of escaped characters because cuDF cannot compile these expressions in some cases (such as \B?). However, cuDF does support \d with repetition so the transpiler should also support this.

Describe the solution you'd like
Support \d with repetition.

Describe alternatives you've considered
N/A

Additional context
N/A

@andygrove andygrove added feature request New feature or request ? - Needs Triage Need team to review and classify labels Jan 6, 2022
@andygrove andygrove added this to the Dec 13 - Jan 7 milestone Jan 6, 2022
@andygrove andygrove self-assigned this Jan 6, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify 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 a pull request may close this issue.

2 participants