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 regular expression support for new character classes introduced in Java 8 #4605

Closed
andygrove opened this issue Jan 21, 2022 · 0 comments · Fixed by #5477
Closed
Assignees
Labels
feature request New feature or request

Comments

@andygrove
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Java 8 added support for the character classes \h, \H, \v\, \V, and \R

https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html

Describe the solution you'd like
We should add support for these character classes instead of falling back to CPU.

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 Jan 21, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Jan 25, 2022
@anthony-chang anthony-chang self-assigned this May 9, 2022
@sameerz sameerz added this to the May 23 - Jun 3 milestone May 26, 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.

3 participants