Date: 07/20/00
- Next message: Uwe Steinmann: "[PHP-DOC] cvs: phpdoc /en/functions network.xml pcre.xml"
- Previous message: Monte Ohrt: "[PHP-DOC] cvs: phpdoc /en/functions pcre.xml"
- Next in thread: Monte Ohrt: "[PHP-DOC] cvs: phpdoc /en/functions pcre.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
mohrt Thu Jul 20 11:03:35 2000 EDT
Modified files:
/phpdoc/en/functions pcre.xml
Log:
updated preg_match() example
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.9 phpdoc/en/functions/pcre.xml:1.10
--- phpdoc/en/functions/pcre.xml:1.9 Thu Jul 20 10:20:20 2000
+++ phpdoc/en/functions/pcre.xml Thu Jul 20 11:03:35 2000
@@ -107,6 +107,11 @@
echo "domain name is: ".$matches[2]."\n";
</programlisting>
</example>
+ This example will produce:
+ <programlisting>
+ domain name is: php.net
+ </programlisting>
+ <example>
See also <function>preg_match_all</function>,
<function>preg_replace</function>, and
<function>preg_split</function>.
- Next message: Uwe Steinmann: "[PHP-DOC] cvs: phpdoc /en/functions network.xml pcre.xml"
- Previous message: Monte Ohrt: "[PHP-DOC] cvs: phpdoc /en/functions pcre.xml"
- Next in thread: Monte Ohrt: "[PHP-DOC] cvs: phpdoc /en/functions pcre.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

