Update reference/pcre/pattern.syntax.xml

This commit is contained in:
Christoph M. Becker 2021-05-22 17:37:34 +02:00 committed by GitHub
parent 814557e0f7
commit dd0607eb54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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