From 3e67bfa5951ed9448dc743ae7cd6376cd5ca5097 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Tue, 23 Jan 2001 00:56:28 +0000 Subject: [PATCH] php4 doesn't create character classes for spaces git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40006 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/regex.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/regex.xml b/functions/regex.xml index 7f0691c6ce..c01d133ce3 100644 --- a/functions/regex.xml +++ b/functions/regex.xml @@ -432,7 +432,7 @@ echo "Month: $month; Day: $day; Year: $year<br>\n"; echo sql_regcase ("Foo bar"); - prints [Ff][Oo][Oo][ ][Bb][Aa][Rr]. + prints [Ff][Oo][Oo] [Bb][Aa][Rr]. This can be used to achieve case insensitive pattern matching in