This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regex: Add LEXACT_ONLY8 node type
authorKarl Williamson <khw@cpan.org>
Sat, 28 Sep 2019 17:58:59 +0000 (11:58 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 29 Sep 2019 17:46:26 +0000 (11:46 -0600)
commit5cd61b66283b55e639490151d4e730a840ab13d5
treedd4f8ed1815291c2af682668c32c66d504a5af7d
parent3363c7035ff1df0c3ffeae0cd18bb86cc39d62e4
regex: Add LEXACT_ONLY8 node type

This is like LEXACT, but it is known that only strings encoded in UTF-8
will match it, so don't even have to try if that condition isn't met.
pod/perldebguts.pod
regcomp.c
regcomp.h
regcomp.sym
regexec.c
regnodes.h
t/re/pat.t