summaryrefslogtreecommitdiff
path: root/deps/pcre/pcre_string_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* regexec: use pcre as our fallback/builtin regexEdward Thomson2019-05-191-0/+211
Use PCRE 8.42 as the builtin regex implementation, using its POSIX compatibility layer. PCRE uses ASCII by default and the users locale will not influence its behavior, so its `regcomp` implementation is similar to `regcomp_l` with a C locale.