From 89bced691a48f3a40588c45e90867a75d0aab060 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Tue, 30 Jul 2002 16:15:47 +0000 Subject: [PATCH] new structure applied git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90409 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/reference.xml | 61 +++++++++++++++++++++++---------- 1 file changed, 42 insertions(+), 19 deletions(-) diff --git a/reference/strings/reference.xml b/reference/strings/reference.xml index 1f32339470..cf81df0945 100644 --- a/reference/strings/reference.xml +++ b/reference/strings/reference.xml @@ -1,28 +1,51 @@ - + String functions Strings - - These functions all manipulate strings in various ways. Some more - specialized sections can be found in the regular expression and - URL handling sections. - - - For information on how strings behave, especially with regard to - usage of single quotes, double quotes, and escape sequences, see - the Strings entry in - the Types section of the - manual. - - - For even more powerful string handling and manipulating functions - take a look at the POSIX regular - expression functions and the Perl - compatible regular expression functions. - +
+ &reftitle.intro; + + These functions all manipulate strings in various ways. Some more + specialized sections can be found in the regular expression and + URL handling sections. + + + For information on how strings behave, especially with regard to + usage of single quotes, double quotes, and escape sequences, see + the Strings entry in + the Types section of the + manual. + +
+ +
+ &reftitle.required; + &no.requirement; +
+ +
+ &reftitle.install; + &no.install; +
+ + +
+ &reftitle.constants; + &no.constants; +
+ +
+ &reftitle.seealso; + + For even more powerful string handling and manipulating functions + take a look at the POSIX regular + expression functions and the Perl + compatible regular expression functions. + +
&reference.strings.functions;