From f49e92f06f89de0a232fb36937a2998423bfbbbe Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 26 Dec 2018 14:20:39 +0000 Subject: [PATCH] Add hash to list of special regular expression characters Patch provided by Huiren Woo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346423 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pcre/functions/preg-quote.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pcre/functions/preg-quote.xml b/reference/pcre/functions/preg-quote.xml index c8f4ecddbf..db0cdeb116 100644 --- a/reference/pcre/functions/preg-quote.xml +++ b/reference/pcre/functions/preg-quote.xml @@ -22,7 +22,7 @@ The special regular expression characters are: - . \ + * ? [ ^ ] $ ( ) { } = ! < > | : - + . \ + * ? [ ^ ] $ ( ) { } = ! < > | : - # Note that / is not a special regular expression character.