diff --git a/reference/pcre/pattern.syntax.xml b/reference/pcre/pattern.syntax.xml index 7e48590e38..ab5a49ef7f 100644 --- a/reference/pcre/pattern.syntax.xml +++ b/reference/pcre/pattern.syntax.xml @@ -1,7 +1,7 @@ - + Pattern Syntax PCRE regex syntax @@ -1276,6 +1276,10 @@ In UTF-8 mode, characters with values greater than 128 do not match any of the POSIX character classes. + As of PHP 5.3.0 and libpcre 8.10 some character classes are changed to use + Unicode character properties, in which case the mentioned restriction does + not apply. Refer to the PCRE(3) manual + for details. Unicode character properties can appear inside a character class. They can