From 3e71d7cc2f3de1f5cd7ddb52cc85c26d867944e4 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Tue, 29 Jul 2014 13:36:04 +0000 Subject: [PATCH] tidy example and paragraph introduction git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334412 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/pattern.syntax.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 <>