diff --git a/reference/pcre/pattern.syntax.xml b/reference/pcre/pattern.syntax.xml index 8858f916e1..bbfbebe64d 100644 --- a/reference/pcre/pattern.syntax.xml +++ b/reference/pcre/pattern.syntax.xml @@ -44,13 +44,12 @@ #^[^0-9]$# +php+ %[a-zA-Z0-9_-]% -{\w[\w0-9]*} ]]> - In addition to the aforementioned delimiters, it is also possible to use + It is also possible to use bracket style delimiters where the opening and closing brackets are the starting and ending delimiter, respectively. (), {}, [] and <>