$pattern
, string $string
[, int $limit
= -1
] )
Splits a string
into array by regular expression.
This function is identical to split() except that this ignores case distinction when matching alphabetic characters.