Re: [PHP] RegExp (preg) - how to split long string to length,wit

2004-04-16 Thread moondog
nice! (things are often under my nose, still I can't see them...I was using explode and loops...) thx moondog Mike Ford wrote: On 16 April 2004 11:47, moondog wrote: Hi, I am a RegExp newbie, and need help with this: i have a long string (500 / 600 chars), and need to split it in lines.

[PHP] RegExp (preg) - how to split long string to length,without cutting words

2004-04-16 Thread moondog
ld output: "a b c d e ff g" Is it a sensible thing to do this job with regExp or is it better to use the usual string functions? Thanx moondog -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php