hholzgra Fri Oct 25 17:59:11 2002 EDT
Modified files:
/phpdoc/en/reference/regex reference.xml
Log:
small addition
Index: phpdoc/en/reference/regex/reference.xml
diff -u phpdoc/en/reference/regex/reference.xml:1.4
phpdoc/en/reference/regex/reference.xml:1.5
--- phpdoc/en/reference/regex/reference.xml:1.4 Fri Aug 9 06:26:10 2002
+++ phpdoc/en/reference/regex/reference.xml Fri Oct 25 17:59:10 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<reference id="ref.regex">
<title>Regular Expression Functions (POSIX Extended)</title>
<titleabbrev>Regexps</titleabbrev>
@@ -126,7 +126,8 @@
&reftitle.seealso;
<para>
For regular expressions in Perl-compatible syntax have a look at the
- <link linkend="ref.pcre">PCRE functions</link>.
+ <link linkend="ref.pcre">PCRE functions</link>. The simpler shell style
+ wildcard pattern matching is provided by <function>fnmatch</function>.
</para>
</section>
</partintro>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php