mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
d619bb8e5e
commit
4940aeab08
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue