diff --git a/reference/pcre/functions/pcre.pattern.syntax.xml b/reference/pcre/functions/pcre.pattern.syntax.xml index 73fc521eb8..7e0370cc95 100644 --- a/reference/pcre/functions/pcre.pattern.syntax.xml +++ b/reference/pcre/functions/pcre.pattern.syntax.xml @@ -1,5 +1,5 @@ - + @@ -723,7 +723,7 @@ match \w or \W (i.e. one matches \w and the other matches \W), or the start or end of the string if the first - or last character matches \w, respectively. + or last character matches \w, respectively. The \A, \Z, 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 - PCRE_NOTBOL or - PCRE_NOTEOL options. + PCRE_MULTILINE or + PCRE_DOLLAR_ENDONLY options. The difference between \Z and \z is that \Z matches before a newline that is the