[PHP-DEV] CVS update: php3/doc/functions From: jim (php-dev <email protected>)
Date: 05/30/98

Date: Saturday May 30, 1998 @ 17:59
Author: jim

Update of /repository/php3/doc/functions
In directory asf:/tmp/cvs-serv11920

Modified Files:
        strings.sgml
Log Message:
Refer people to the regular expression and URL handling sections from the strings section. (Someone needs to turn those into real links.)

Index: php3/doc/functions/strings.sgml
diff -c php3/doc/functions/strings.sgml:1.22 php3/doc/functions/strings.sgml:1.23
*** php3/doc/functions/strings.sgml:1.22 Mon May 18 02:46:36 1998
--- php3/doc/functions/strings.sgml Sat May 30 17:59:11 1998
***************
*** 2,7 ****
--- 2,13 ----
   <reference id="ref.strings">
    <title>String functions</title>
    <titleabbrev>Strings</titleabbrev>
+ <partintro>
+ <simpara>
+ These functions all manipulate strings in various ways. Some more
+ specialized sections can be found in the regular expression and URL
+ handling sections.
+ </partintro>
  
    <refentry id="function.addslashes">
     <refnamediv>