(PHP4 >= 4.0.1)
array split (string pattern, string string [, int limit])
array split
This function is identical to split() except that this ignores case distinction when matching alphabetic characters.
See also: split(), explode(), and implode().