-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
One cool feature of PCRE2 not available in Rust Regex is partial matching.
Can we have a way to set the following options:
PCRE2_PARTIAL_HARD
PCRE2_PARTIAL_SOFT
and interpret the PCRE2_ERROR_PARTIAL return code as success?
I'd provide it as a separate method on Regex e.g is_partial_match.
Metadata
Metadata
Assignees
Labels
No labels