darvina Tue Apr 9 15:26:25 2002 EDT
Modified files:
/phpdoc/it/functions regex.xml
Log:
Updated to EN 1.42
Index: phpdoc/it/functions/regex.xml
diff -u phpdoc/it/functions/regex.xml:1.10 phpdoc/it/functions/regex.xml:1.11
--- phpdoc/it/functions/regex.xml:1.10 Mon Apr 1 10:52:03 2002
+++ phpdoc/it/functions/regex.xml Tue Apr 9 15:26:25 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.41 Maintainer: darvina Status: ready -->
+<!-- EN-Revision: 1.42 Maintainer: darvina Status: ready -->
<reference id="ref.regex">
<title>Funzioni per le espressioni regolari (POSIX estesa)</title>
<titleabbrev>Regexp</titleabbrev>
@@ -422,7 +422,7 @@
<para>
Gli utenti che cercano un modo di emulare il comportamento di
- Perl <command>$chars = split('', $str)</command>, sono rimandati
+ Perl <command>@chars = split('', $str)</command>, sono rimandati
agli esempi di <function>preg_split</function>.
</para>