diff --git a/functions/pcre.xml b/functions/pcre.xml index ce3386d561..d503dcab7e 100644 --- a/functions/pcre.xml +++ b/functions/pcre.xml @@ -1,5 +1,5 @@ - + Regular Expression Functions (Perl-Compatible) PCRE @@ -90,7 +90,7 @@ If matches is provided, then it is filled with the results of search. $matches[0] will contain the text that - match the full pattern, $matches[1] will have the text that matched + matched the full pattern, $matches[1] will have the text that matched the first captured parenthesized subpattern, and so on.