mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
d780b02fbd
commit
f49e92f06f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
</para>
|
||||
<para>
|
||||
The special regular expression characters are:
|
||||
<literal>. \ + * ? [ ^ ] $ ( ) { } = ! < > | : -</literal>
|
||||
<literal>. \ + * ? [ ^ ] $ ( ) { } = ! < > | : - #</literal>
|
||||
</para>
|
||||
<para>
|
||||
Note that <literal>/</literal> is not a special regular expression character.
|
||||
|
|
Loading…
Reference in a new issue