I want to break a string into towtwo lines, but the line should not break into two, at the half of a word.How How can iI do this?
The string format is like this:
var words="value.eight.seven.six.five.four.three" expectedExpected output is:
"value.eight.seven. six.five.four.three"