I submitted this as a snippet but it was turned down, and mostly I just wanted a place to put it so I'd have it available if I needed it in the future. Since I program for PHP 4 compatibility most often I found working on Mimesis that I needed to split a string at given intervals of length. The explode function only splits on given characters,...