What I'm looking for is suggestions as to how to break long words (ie, longer than 50 characters) into smaller words, by inserting spaces into the string. Currently, if I post a long word with no spaces into the DB, then it screws the table layouts on the page that displays the post, as the text won't wrap.

this will insert a space if one hasn't been found for 50 characters


REReplace(myString,"([^[:space:]]{50})","\1 ","all")

is that what you're looking for?


Mark



--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to