tidy mention of PCRE_CASELESS modifier (doc #60178)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318659 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2011-11-01 22:16:26 +00:00
parent d619bb8e5e
commit 4940aeab08

View file

@ -21,7 +21,8 @@
<listitem>
<simpara>
Unlike POSIX, the PCRE extension does not have dedicated functions for
case-insensitive matching. Instead, this is supported using the /i <link
case-insensitive matching. Instead, this is supported using the
<emphasis>i</emphasis> (<literal>PCRE_CASELESS</literal>) <link
linkend="reference.pcre.pattern.modifiers">pattern modifier</link>. Other
pattern modifiers are also available for changing the matching strategy.
</simpara>