From 0e4e45fb2c649f3047256d7bb048dbea372790bb Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 8 Jul 2004 15:42:48 +0000 Subject: [PATCH] remove un-needed text and change git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162876 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/regex/reference.xml | 41 +++++++---------------------------- 1 file changed, 8 insertions(+), 33 deletions(-) diff --git a/reference/regex/reference.xml b/reference/regex/reference.xml index a5c1539324..d21b12b1d4 100644 --- a/reference/regex/reference.xml +++ b/reference/regex/reference.xml @@ -1,8 +1,8 @@ - + Regular Expression Functions (POSIX Extended) - Regexps + POSIX Regex
@@ -23,37 +23,12 @@ - Regular expressions are used for complex string manipulation in - PHP. The functions that support regular expressions are: - - - ereg - - - ereg_replace - - - eregi - - - eregi_replace - - - split - - - spliti - - - - - These functions all take a regular expression string as their - first argument. PHP uses the POSIX extended regular expressions - as defined by POSIX 1003.2. For a full description of POSIX - regular expressions see the regex man pages included in the regex - directory in the PHP distribution. It's in manpage format, so - you'll want to do something along the lines of man - /usr/local/src/regex/regex.7 in order to read it. + Regular expressions are used for complex string manipulation. + PHP uses the POSIX extended regular expressions as defined by POSIX + 1003.2. For a full description of POSIX regular expressions see the regex + man pages included in the regex directory in the PHP distribution. It's + in manpage format, so you'll want to do something along the lines of + man /usr/local/src/regex/regex.7 in order to read it.