> > No, preg_split would be overkill here, you want to take a look at
> > str_split:

> Sorry I forgott to tell that I'm not using PHP 5.x :-)

Ahhh, right - my answer won't be of much use to you then :-)

In that case, David Grant's suggestion of using chunk_split() in
combination with split() is probably your best option then!

Cheers

Dave P

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to