cortesi         Mon Mar 18 12:57:59 2002 EDT

  Modified files:              
    /phpdoc/it/functions        pcre.xml 
  Log:
  White spaces and new lines fix
  #white spaces are copyright by Egon :)))
  
  
Index: phpdoc/it/functions/pcre.xml
diff -u phpdoc/it/functions/pcre.xml:1.5 phpdoc/it/functions/pcre.xml:1.6
--- phpdoc/it/functions/pcre.xml:1.5    Wed Mar 13 10:44:40 2002
+++ phpdoc/it/functions/pcre.xml        Mon Mar 18 12:57:58 2002
@@ -1713,6 +1713,7 @@
      stringa, mentre <literal>\z</literal> identifica solo la fine.
      </para>
     </refsect2>
+
     <refsect2 id="regexp.reference.circudollar">
      <title>I caratteri "^" e "$"</title>
      <literallayout>
@@ -1769,6 +1770,7 @@
      a prescindere che sia attivata o meno l'opzione <link 
linkend="pcre.pattern.modifiers">PCRE_MULTILINE</link>.
      </literallayout>
     </refsect2>
+
     <refsect2 id="regexp.reference.dot">
     <title>FULL STOP</title>
      <literallayout>
@@ -1784,6 +1786,7 @@
 
      </literallayout>
     </refsect2>
+
     <refsect2 id="regexp.reference.squarebrackets">
      <title>Parentesi quadrate</title>
      <literallayout>
@@ -1871,6 +1874,7 @@
      e non sono dannosi se preceduti dal caratteri di escape (\).
      </literallayout>
     </refsect2>
+
     <refsect2 id="regexp.reference.verticalbar">
      <title>Barra verticale (|)</title>
      <literallayout>
@@ -1888,6 +1892,7 @@
      il riconoscimento ha successo quando avviene su tutto il criterio.
      </literallayout>
     </refsect2>
+
     <refsect2 id="regexp.reference.internal-options">
      <title>Settaggio delle opzioni interne</title>
      <literallayout>
@@ -1967,6 +1972,7 @@
 
      </literallayout>
     </refsect2>
+
     <refsect2 id="regexp.reference.subpatterns">
      <title>Sotto-regole</title>
      <literallayout>
@@ -2035,6 +2041,7 @@
      identificati correttamente.
      </literallayout>
     </refsect2>
+
     <refsect2 id="regexp.reference.repetition">
      <title>Ripetizioni</title>
      <literallayout>
@@ -2181,6 +2188,7 @@
      applicato a "aba", la seconda stringa catturata � "b".
      </literallayout>
     </refsect2>
+
     <refsect2 id="regexp.reference.back-references">
      <title>Riferimenti all'indietro</title>  
      <literallayout>
@@ -2255,6 +2263,7 @@
      di occorrenze il valore zero.
      </literallayout>
     </refsect2>
+
     <refsect2 id="regexp.reference.assertions">
      <title>Asserzioni</title>
      <literallayout>
@@ -2385,6 +2394,7 @@
      subpatterns.
      </literallayout>
     </refsect2>
+
     <refsect2 id="regexp.reference.onlyonce">
      <title>Sotto-regole a riconoscimento singolo (Once-only subpatterns)</title>
      <literallayout>
@@ -2509,6 +2519,7 @@
      pi� velocemente.     
      </literallayout>
     </refsect2>
+
     <refsect2 id="regexp.reference.conditional">
      <title>Sotto-regole condizionali (Conditional subpatterns)</title>
      <literallayout>
@@ -2569,8 +2580,9 @@
      riconosce  stringhe in due formati dd-aaa-dd oppure dd-dd-dd,
      dove aaa sono lettere e dd sono numeri.
      </literallayout>
-     </refsect2>
-     <refsect2 id="regexp.reference.comments">
+    </refsect2>
+
+    <refsect2 id="regexp.reference.comments">
      <title>Commenti</title>
      <literallayout>
      La sequenza (?# indica l'inizio di un commento che si conclude
@@ -2583,8 +2595,9 @@
      di una classe di caratteri apre un commento che continua fino
      al carattere di "a capo".
      </literallayout>
-     </refsect2>
-     <refsect2 id="regexp.reference.recursive">
+    </refsect2>
+
+    <refsect2 id="regexp.reference.recursive">
      <title>Criteri ricorsivi</title>
      <literallayout>
      Si consideri il caso in cui si debba riconoscere una stringa tra parentesi,
@@ -2648,8 +2661,9 @@
      di restituire un messaggio di memoria insufficiente dalla 
      ricorsione.
      </literallayout>
-     </refsect2>
-     <refsect2 id="regexp.reference.performances">
+    </refsect2>
+     
+    <refsect2 id="regexp.reference.performances">
      <title>Performances</title>
      <literallayout>
      Certi elementi utilizzati per i criteri sono pi� efficienti di


Reply via email to