re-engine-RE2
re-engine-RE2 copied to clipboard
re::engine::RE2 - RE2 regexp engine interface for Perl
If the pattern is such that it should successfully match the empty string, then matching against the pattern in list context with the global modifier set does not terminate. For...
This is a known bug, but I wanted to document it here with a workaround. re::engine::RE2, at least up through version 0.17, ignores the utf8 flag of the target string...
RXf_MATCH_UTF8 flag is required so that the matches ($1, $2...) seen by perl are computed correctly. Without this, the current code will have strings with wrong starting offset