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.