From a3ef6a19018b7b7cdbc808b37310c798ca3ebd0b Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Thu, 21 Mar 2002 09:57:26 +0000 Subject: [PATCH] adding colon before _and_ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74415 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/regex.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/regex.xml b/functions/regex.xml index 0fe491c5c3..b361e2041d 100644 --- a/functions/regex.xml +++ b/functions/regex.xml @@ -1,5 +1,5 @@ - + Regular Expression Functions (POSIX Extended) Regexps @@ -162,7 +162,7 @@ if (ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})", $date, $regs)) { See also eregi, ereg_replace, - eregi_replace and + eregi_replace, and preg_match.