This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Replace loop by memchr()
authorKarl Williamson <khw@cpan.org>
Wed, 27 Dec 2017 01:25:26 +0000 (18:25 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 30 Jan 2018 18:38:12 +0000 (11:38 -0700)
commit6a40c2e4e2dc26eb6ad39caf87cebef0743b90e7
tree46926e54af4969e326909dd4c9a5d1b5e3137c73
parent56dd984bdb8056d778b964ab6a46cb7dfaef915c
regexec.c: Replace loop by memchr()

This can be called on a potentially long string.
regexec.c