mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update reference/pcre/pattern.syntax.xml
This commit is contained in:
parent
814557e0f7
commit
dd0607eb54
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@
|
|||
regexp metacharacters in the pattern. For example:
|
||||
<literal>\w+\Q.$.\E$</literal> will match one or more word characters,
|
||||
followed by literals <literal>.$.</literal> and anchored at the end of
|
||||
the string. Note that this does not change the behaviour of
|
||||
the string. Note that this does not change the behavior of
|
||||
delimiters; for instance the pattern <literal>#\Q#\E#$</literal>
|
||||
is not valid, because the second <literal>#</literal> marks the end
|
||||
of the pattern, and the <literal>\E#</literal> is interpreted as invalid
|
||||
|
|
Loading…
Reference in a new issue