Not: preg_split() , which uses a Perl-compatible regular expression syntax, is often a faster alternative to split() .
Exempel 1 . split( ) Example
Not :
Exempel 2 . split( ) Example