diff --git a/reference/pcre/functions/preg-match.xml b/reference/pcre/functions/preg-match.xml index 8e2224c59f97..777eae4e532a 100644 --- a/reference/pcre/functions/preg-match.xml +++ b/reference/pcre/functions/preg-match.xml @@ -232,7 +232,7 @@ Array Alternatively, to avoid using substr, use the \G assertion rather than the ^ anchor, or - the A modifier instead, both of which work with + the A modifier - both of which do not work with the offset parameter.