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
This commit is contained in:
Christoph Michael Becker 2018-12-26 14:20:39 +00:00
parent d780b02fbd
commit f49e92f06f

View file

@ -22,7 +22,7 @@
</para>
<para>
The special regular expression characters are:
<literal>. \ + * ? [ ^ ] $ ( ) { } = ! &lt; &gt; | : -</literal>
<literal>. \ + * ? [ ^ ] $ ( ) { } = ! &lt; &gt; | : - #</literal>
</para>
<para>
Note that <literal>/</literal> is not a special regular expression character.