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

Implement regexec2 using stri_locate_first_regex #1

Open
gagolews opened this issue Jul 2, 2021 · 0 comments
Open

Implement regexec2 using stri_locate_first_regex #1

gagolews opened this issue Jul 2, 2021 · 0 comments

Comments

@gagolews
Copy link
Owner

gagolews commented Jul 2, 2021

stri_locate_first_regex does not distinguish between a non-existing capture group and a no-match to a capture
group in the case of many patterns. Also, it does not return capture group names.

Until gagolews/stringi#424 and/or gagolews/stringi#127 is resolved,
the current version of regexec2 must be implemented based on stri_locate_all_regex, and this includes some performance penalty.

@gagolews gagolews changed the title Implement regexec2 using stri_locate_first_regex Implement regexec2 using stri_locate_first_regex Jul 9, 2021
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

No branches or pull requests

1 participant