Skip to content

Commit e837ef9

Browse files
author
cmb
committed
Add hash to list of special regular expression characters
Patch provided by Huiren Woo. git-svn-id: http://svn.php.net/repository/phpdoc/en@346423 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent bbc5d22 commit e837ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/reference/pcre/functions/preg-quote.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</para>
2323
<para>
2424
The special regular expression characters are:
25-
<literal>. \ + * ? [ ^ ] $ ( ) { } = ! &lt; &gt; | : -</literal>
25+
<literal>. \ + * ? [ ^ ] $ ( ) { } = ! &lt; &gt; | : - #</literal>
2626
</para>
2727
<para>
2828
Note that <literal>/</literal> is not a special regular expression character.

0 commit comments

Comments
 (0)