Split String at specific length without breaking words
800563Jan 18 2008 — edited Jan 18 2008Hi
I have a String with 1000 characters, i need to break this into string of 50 characters, but the last word should not be broken,
for example if the first 50 characters come in middle of a whole word, then this word should be start of next sentence and so on.
Any ideas how to do it.