Skip to content

Implement regexec2 using stri_locate_first_regex #1

Open
@gagolews

Description

@gagolews

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions