mirror of https://github.com/php/php-src
Browse Source
# In PCRE, by default, \d, \D, \s, \S, \w, and \W recognize only ASCII # characters, even in UTF-8 mode. However, this can be changed by setting # the PCRE_UCP option.pull/12/head
3 changed files with 52 additions and 1 deletions
Loading…
Reference in new issue