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

Bug: names regex groups are not supported in Android JVM #352

Closed
bbottema opened this issue Nov 15, 2021 · 2 comments
Closed

Bug: names regex groups are not supported in Android JVM #352

bbottema opened this issue Nov 15, 2021 · 2 comments

Comments

@bbottema
Copy link
Owner

bbottema commented Nov 15, 2021

There are two solutions:

  1. We switch back to numbered groups: meh
  2. We use the micro library named-regexp instead (10kb), which adds named groups support for Android: yay
@bbottema bbottema added this to the 7.0.0 milestone Nov 15, 2021
bbottema added a commit that referenced this issue Nov 15, 2021
@bbottema
Copy link
Owner Author

Implemented option 2. Will be in 7.0.0

@bbottema
Copy link
Owner Author

bbottema commented Jan 2, 2022

7.0.0 just released with this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant