zak             Mon Dec 17 14:35:00 2001 EDT

  Modified files:              
    /phpdoc/en/functions        regex.xml 
  Log:
  Added chunk_split() and wordwrap() to the see also block for split() and spliti().
  
Index: phpdoc/en/functions/regex.xml
diff -u phpdoc/en/functions/regex.xml:1.34 phpdoc/en/functions/regex.xml:1.35
--- phpdoc/en/functions/regex.xml:1.34  Wed Dec 12 15:47:23 2001
+++ phpdoc/en/functions/regex.xml       Mon Dec 17 14:34:59 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
  <reference id="ref.regex">
   <title>Regular Expression Functions (POSIX Extended)</title>
   <titleabbrev>Regexps</titleabbrev>
@@ -451,7 +451,9 @@
      <function>preg_split</function>,
       <function>spliti</function>,
      <function>explode</function>, 
-     and <function>implode</function>.
+     <function>implode</function>,
+     <function>chunk_split</function> and 
+     <function>wordwrap</function>.
     </para>
 
    </refsect1>


Reply via email to