From 932188f3bd9a6f6fc02aed3064570766286b58aa Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Mon, 6 Aug 2001 21:00:40 +0000 Subject: [PATCH] Removed duplicate lines and fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53612 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/regex.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/functions/regex.xml b/functions/regex.xml index beafbe1d31..f410418e73 100644 --- a/functions/regex.xml +++ b/functions/regex.xml @@ -1,4 +1,4 @@ - + Regular Expression Functions (POSIX Extended) Regexps @@ -368,9 +368,7 @@ echo "Month: $month; Day: $day; Year: $year<br>\n"; See also: - implode, - preg_split, - explode, + preg_split, spliti, explode, and implode. @@ -405,10 +403,8 @@ echo "Month: $month; Day: $day; Year: $year<br>\n"; See also - implode, - preg_spliti, - explode, - spliti, + preg_spliti, + split, explode, and implode.