I propose the addition of a split() function, counterpart to the already standard join() function. split breaks a string into an array of substrings that are ...
* This software is released under the MIT License. * http://opensource.org/licenses/mit-license.php // array mb_str_split(string $string, int $split_length = 1 ...