diff --git a/functions/regex.xml b/functions/regex.xml index de07b38ca3..61214df50a 100644 --- a/functions/regex.xml +++ b/functions/regex.xml @@ -263,7 +263,7 @@ echo ereg_replace( "(( )is)", "\\2was", $string ); Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the regular expression pattern. - If limit is set, the returned array will contaion a + If limit is set, the returned array will contain a maximum of limit elements with the last element containing the whole rest of string. If an error occurs, split returns false. @@ -317,7 +317,7 @@ echo "Month: $month; Day: $day; Year: $year<br>\n"; - See also: explode and implode. + See also: function>spliti, explode and implode. @@ -332,7 +332,7 @@ echo "Month: $month; Day: $day; Year: $year<br>\n"; Description - array split + array spliti string pattern string string int limit @@ -344,7 +344,7 @@ echo "Month: $month; Day: $day; Year: $year<br>\n"; - See also: explode and implode. + See also: function>split, explode and implode.