diff --git a/reference/pcre/functions/preg-split.xml b/reference/pcre/functions/preg-split.xml index 6a8abf7180..fc4bd1440b 100644 --- a/reference/pcre/functions/preg-split.xml +++ b/reference/pcre/functions/preg-split.xml @@ -1,5 +1,5 @@ - + @@ -65,7 +65,16 @@ - + + + + + If you don't need the power of regular expressions, you can choose + faster (albeit simpler) alternatives like explode + or str_split. + + + <function>preg_split</function> example : Get the parts of a search string