samesch         Mon Feb 19 05:25:00 2001 EDT

  Modified files:              
    /phpdoc/de/functions        regex.xml 
  Log:
  Syncing with english version 1.16
  
Index: phpdoc/de/functions/regex.xml
diff -u phpdoc/de/functions/regex.xml:1.14 phpdoc/de/functions/regex.xml:1.15
--- phpdoc/de/functions/regex.xml:1.14  Wed Jan 24 04:04:58 2001
+++ phpdoc/de/functions/regex.xml       Mon Feb 19 05:25:00 2001
@@ -132,7 +132,7 @@
      Der folgende Code-Schnipsel mimmt ein Datum im ISO-Format
      (JJJJ-MM-TT) und gibt es im Format TT.MM.JJJJ aus:
      <example>
-      <title><function>Ereg</function> Beispiel</title>
+      <title><function>ereg</function> Beispiel</title>
       <programlisting role="php">
 if (ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})", $date, $regs)) {
     echo "$regs[3].$regs[2].$regs[1]";
@@ -196,7 +196,7 @@
      Der folgende Code-Schnipsel gibt zum Beispiel dreimal "Das war
      ein Test" aus:
      <example>
-      <title><function>Ereg_replace</function> Beispiel</title>
+      <title><function>ereg_replace</function> Beispiel</title>
       <programlisting>
 $string = "Das ist ein Test";
 echo ereg_replace (" ist", " war", $string);


Reply via email to