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

lib: remove fixed capture group limit in match() and regex replace() #102

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

jow-
Copy link
Owner

@jow- jow- commented Sep 4, 2022

Instead of supporting only up to 10 potential regular expression captures,
infer the amount of required captures directly from the compiled regexp
structure and allocate the match range array dynamically.

Signed-off-by: Jo-Philipp Wich jo@mein.io

Instead of supporting only up to 10 potential regular expression captures,
infer the amount of required captures directly from the compiled regexp
structure and allocate the match range array dynamically.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
@jow- jow- merged commit 0d1e6f2 into master Sep 5, 2022
@jow- jow- deleted the lib-remove-regex-capture-group-limits branch September 5, 2022 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant