From dd0607eb54093939e90058816f9ee0abba0479c0 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 22 May 2021 17:37:34 +0200 Subject: [PATCH] Update reference/pcre/pattern.syntax.xml --- reference/pcre/pattern.syntax.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pcre/pattern.syntax.xml b/reference/pcre/pattern.syntax.xml index 48f3b1d8c8..02f837ef6a 100644 --- a/reference/pcre/pattern.syntax.xml +++ b/reference/pcre/pattern.syntax.xml @@ -600,7 +600,7 @@ regexp metacharacters in the pattern. For example: \w+\Q.$.\E$ will match one or more word characters, followed by literals .$. 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 #\Q#\E#$ is not valid, because the second # marks the end of the pattern, and the \E# is interpreted as invalid