From cc22a03d810b1fbac1f4a552dd05530da4c1335a Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 10 Sep 2017 10:00:40 +0000 Subject: [PATCH] Add note about POSIX sets git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343042 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/parle/pattern.matching.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/parle/pattern.matching.xml b/reference/parle/pattern.matching.xml index f7629d2e5a..13f7c75904 100644 --- a/reference/parle/pattern.matching.xml +++ b/reference/parle/pattern.matching.xml @@ -4,7 +4,7 @@ Parle pattern matching Pattern matching - Parle supports a simplified regex matching. The supported syntax is the subset of the features defined by PCRE. + Parle supports regex matching with a PCRE compatible syntax. Also supported are the following POSIX character sets: [:alnum:], [:alpha:], [:blank:], [:cntrl:], [:digit:], [:graph:], [:lower:], [:print:], [:punct:], [:space:], [:upper:] and [:xdigit:].
Character representations