jimw            Mon Jan 22 16:56:28 2001 EDT

  Modified files:              
    /phpdoc/en/functions        regex.xml 
  Log:
  php4 doesn't create character classes for spaces
  
Index: phpdoc/en/functions/regex.xml
diff -u phpdoc/en/functions/regex.xml:1.14 phpdoc/en/functions/regex.xml:1.15
--- phpdoc/en/functions/regex.xml:1.14  Mon Oct  9 08:02:00 2000
+++ phpdoc/en/functions/regex.xml       Mon Jan 22 16:56:28 2001
@@ -432,7 +432,7 @@
 echo sql_regcase ("Foo bar");
       </programlisting>
      </example>
-     prints <screen>[Ff][Oo][Oo][  ][Bb][Aa][Rr]</screen>.
+     prints <screen>[Ff][Oo][Oo] [Bb][Aa][Rr]</screen>.
     </para>
     <para>
      This can be used to achieve case insensitive pattern matching in


Reply via email to