From 4940aeab08bce105ed1f87ccaee2b4c95a36e6bf Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Tue, 1 Nov 2011 22:16:26 +0000 Subject: [PATCH] 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 --- reference/pcre/pattern.posix.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/pcre/pattern.posix.xml b/reference/pcre/pattern.posix.xml index e23583badc..374e345ec6 100644 --- a/reference/pcre/pattern.posix.xml +++ b/reference/pcre/pattern.posix.xml @@ -21,7 +21,8 @@ Unlike POSIX, the PCRE extension does not have dedicated functions for - case-insensitive matching. Instead, this is supported using the /i i (PCRE_CASELESS) pattern modifier. Other pattern modifiers are also available for changing the matching strategy.