mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Bug #27305
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151684 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d50c95ad1c
commit
75a7ec56f0
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue