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
- [PHP-DOC] cvs: phpdoc /en/functions regex.xml Jim Winstead
- [PHP-DOC] cvs: phpdoc /en/functions regex.xml Hojtsy Gabor
- [PHP-DOC] cvs: phpdoc /en/functions regex.xml Martin Samesch
- [PHP-DOC] cvs: phpdoc /en/functions regex.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions regex.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions regex.xml Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc /en/functions regex.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions regex.xml Hartmut Holzgraefe
- [PHP-DOC] cvs: phpdoc /en/functions regex.xml Zak Greant
- [PHP-DOC] cvs: phpdoc /en/functions regex.xml Kenneth Schwartz
- [PHP-DOC] cvs: phpdoc /en/functions regex.xml Simone Cortesi