diff --git a/reference/pcre/pattern.modifiers.xml b/reference/pcre/pattern.modifiers.xml index 3acd265692..a7c8c6d92a 100644 --- a/reference/pcre/pattern.modifiers.xml +++ b/reference/pcre/pattern.modifiers.xml @@ -1,5 +1,5 @@ - + @@ -151,7 +151,8 @@ followed by "?". It is not compatible with Perl. It can also be set by a (?U) modifier setting within - the pattern. + the pattern or by a question mark behind a quantifier (e.g. + .*?).