Its more of a nicety than anything else:

It'd provide similar functionality to preg_split() as used in PHP
http://au.php.net/manual/en/function.preg-split.php

*repastes a tiny bit for the lazy*
array preg_split ( string pattern, string subject [, int limit [, int flags]])

Returns an array containing substrings of subject split along boundaries matched by pattern.