samesch         Mon Feb 18 15:04:35 2002 EDT

  Modified files:              
    /phpdoc/de/functions        regex.xml 
  Log:
  syncing with english rev 1.39
  
Index: phpdoc/de/functions/regex.xml
diff -u phpdoc/de/functions/regex.xml:1.27 phpdoc/de/functions/regex.xml:1.28
--- phpdoc/de/functions/regex.xml:1.27  Sat Feb  2 10:34:08 2002
+++ phpdoc/de/functions/regex.xml       Mon Feb 18 15:04:35 2002
@@ -103,9 +103,15 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>ereg</methodname>
-      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
-      <methodparam 
choice="opt"><type>array</type><parameter>regs</parameter></methodparam>
+      <methodparam>
+       <type>string</type><parameter>Suchmuster</parameter>
+      </methodparam>
+      <methodparam>
+       <type>string</type><parameter>Zeichenkette</parameter>
+      </methodparam>
+      <methodparam choice="opt">
+       <type>array</type><parameter>regs</parameter>
+      </methodparam>
      </methodsynopsis>
     <note>
      <para>
@@ -183,9 +189,15 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>string</type><methodname>ereg_replace</methodname>
-      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
-      <methodparam><type>string</type><parameter>Ersatz</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
+      <methodparam>
+       <type>string</type><parameter>Suchmuster</parameter>
+      </methodparam>
+      <methodparam>
+       <type>string</type><parameter>Ersatz</parameter>
+      </methodparam>
+      <methodparam>
+       <type>string</type><parameter>Zeichenkette</parameter>
+      </methodparam>
      </methodsynopsis>
     <note>
      <para>
@@ -277,8 +289,9 @@
     </para>
     <simpara>
      Siehe auch: <function>ereg</function>,
-     <function>eregi</function>, <function>eregi_replace</function>
-     und <function>preg_match</function>.
+     <function>eregi</function>, <function>eregi_replace</function>,
+     <function>str_replace</function> und
+     <function>preg_match</function>.
     </simpara>
    </refsect1>
   </refentry>
@@ -295,9 +308,15 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>int</type><methodname>eregi</methodname>
-      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
-      <methodparam 
choice="opt"><type>array</type><parameter>regs</parameter></methodparam>
+      <methodparam>
+       <type>string</type><parameter>Suchmuster</parameter>
+      </methodparam>
+      <methodparam>
+       <type>string</type><parameter>Zeichenkette</parameter>
+      </methodparam>
+      <methodparam choice="opt">
+       <type>array</type><parameter>regs</parameter>
+      </methodparam>
      </methodsynopsis>
     <para>
      Diese Funktion entspricht <function>ereg</function> mit dem
@@ -334,9 +353,15 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>string</type><methodname>eregi_replace</methodname>
-      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
-      <methodparam><type>string</type><parameter>Ersatz</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
+      <methodparam>
+       <type>string</type><parameter>Suchmuster</parameter>
+      </methodparam>
+      <methodparam>
+       <type>string</type><parameter>Ersatz</parameter>
+      </methodparam>
+      <methodparam>
+       <type>string</type><parameter>Zeichenkette</parameter>
+      </methodparam>
      </methodsynopsis>
     <para>
      Diese Funktion entspricht <function>ereg_replace</function> mit
@@ -362,9 +387,15 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>array</type><methodname>split</methodname>
-      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
-      <methodparam 
choice="opt"><type>int</type><parameter>Beschränkung</parameter></methodparam>
+      <methodparam>
+       <type>string</type><parameter>Suchmuster</parameter>
+      </methodparam>
+      <methodparam>
+       <type>string</type><parameter>Zeichenkette</parameter>
+      </methodparam>
+      <methodparam choice="opt">
+       <type>int</type><parameter>Beschränkung</parameter>
+      </methodparam>
      </methodsynopsis>
     <note>
      <para>
@@ -398,7 +429,7 @@
       </programlisting>
      </example>
     </para>
-    <tip>
+    <note>
      <simpara>
       Wenn <parameter>Suchmuster</parameter>
       <replaceable>n</replaceable> mal vorkommt, enhält das
@@ -409,7 +440,7 @@
       Das gilt natürlich auch, wenn
       <parameter>Zeichenkette</parameter> leer ist.
      </simpara>
-    </tip>
+    </note>
     <para>
      Um ein Datum zu analysieren, das durch Schrägstriche, Punkte oder
      Bindestriche getrennt ist:
@@ -477,9 +508,15 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>array</type><methodname>spliti</methodname>
-      <methodparam><type>string</type><parameter>Suchmuster</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
-      <methodparam 
choice="opt"><type>int</type><parameter>Beschränkung</parameter></methodparam>
+      <methodparam>
+       <type>string</type><parameter>Suchmuster</parameter>
+      </methodparam>
+      <methodparam>
+       <type>string</type><parameter>Zeichenkette</parameter>
+      </methodparam>
+      <methodparam choice="opt">
+       <type>int</type><parameter>Beschränkung</parameter>
+      </methodparam>
      </methodsynopsis>
     <para>
      Diese Funktion entspricht <function>split</function> mit dem
@@ -506,7 +543,9 @@
     <title>Beschreibung</title>
      <methodsynopsis>
       <type>string</type><methodname>sql_regcase</methodname>
-      
<methodparam><type>string</type><parameter>Zeichenkette</parameter></methodparam>
+      <methodparam>
+       <type>string</type><parameter>Zeichenkette</parameter>
+      </methodparam>
      </methodsynopsis>
     <para>
      Gibt einen korrekten regulären Ausdruck zurück, der mit


Reply via email to