The function fails if the remaining part of the input string (after the suggest length) does not contain any space character.
In that case the split occurrs in the middle of a word.
The function fails if the remaining part of the input string (after the suggest length) does not contain any space character.
In that case the split occurrs in the middle of a word.