vrana Wed Feb 18 04:27:45 2004 EDT
Modified files: /phpdoc/en/reference/pcre/functions pcre.pattern.syntax.xml Log: Bug #27305 http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml diff -u phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml:1.9 phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml:1.10 --- phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml:1.9 Tue Dec 23 11:06:25 2003 +++ phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml Wed Feb 18 04:27:42 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 --> <refentry id="pcre.pattern.syntax"> <refnamediv> @@ -723,7 +723,7 @@ match <literal>\w</literal> or <literal>\W</literal> (i.e. one matches <literal>\w</literal> and the other matches <literal>\W</literal>), or the start or end of the string if the first - or last character matches \w, respectively. + or last character matches <literal>\w</literal>, respectively. </para> <para> The <literal>\A</literal>, <literal>\Z</literal>, and @@ -731,8 +731,8 @@ circumflex and dollar (described below) in that they only ever match at the very start and end of the subject string, whatever options are set. They are not affected by the - <link linkend="pcre.pattern.modifiers">PCRE_NOTBOL</link> or - <link linkend="pcre.pattern.modifiers">PCRE_NOTEOL</link> options. + <link linkend="pcre.pattern.modifiers">PCRE_MULTILINE</link> or + <link linkend="pcre.pattern.modifiers">PCRE_DOLLAR_ENDONLY</link> options. The difference between <literal>\Z</literal> and <literal>\z</literal> is that <literal>\Z</literal> matches before a newline that is the