git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64250 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-12-07 21:51:54 +00:00
parent 54067bc5dd
commit 4edd5be5cb

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.65 $ -->
<!-- $Revision: 1.66 $ -->
<reference id="ref.pcre">
<title>Regular Expression Functions (Perl-Compatible)</title>
<titleabbrev>PCRE</titleabbrev>
@ -90,7 +90,7 @@
<para>
If <parameter>matches</parameter> 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.
</para>
<para>