git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151684 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-02-18 09:27:42 +00:00
parent d50c95ad1c
commit 75a7ec56f0

View file

@ -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