You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
gagolews
changed the title
Implement regexec2 using stri_locate_first_regex
Implement regexec2 using stri_locate_first_regexJul 9, 2021
stri_locate_first_regex
does not distinguish between a non-existing capture group and a no-match to a capturegroup 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 onstri_locate_all_regex
, and this includes some performance penalty.The text was updated successfully, but these errors were encountered: