Update string.utils.php
This commit is contained in:
parent
871644854c
commit
968f7db690
|
@ -173,7 +173,7 @@ if(!check_function_exists("parse_pipelined_data")) {
|
|||
|
||||
if(!check_function_exists("get_tokenized_text")) {
|
||||
function get_tokenized_text($text, $delimiters=array(",", " ", "|", "-", "+")) {
|
||||
return multi_explode($delimiters, $text);
|
||||
return array_filter(multi_explode($delimiters, $text));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user