diff --git a/reference/pcre/functions/preg-match.xml b/reference/pcre/functions/preg-match.xml index 27fc8084b6..b8e3d4d96b 100644 --- a/reference/pcre/functions/preg-match.xml +++ b/reference/pcre/functions/preg-match.xml @@ -183,6 +183,12 @@ Array ) ]]> + + Alternatively, to avoid using substr(), use the + \G rather than ^ anchor, or + the A modifier instead, both of which work with + the offset parameter. +