Wrap the string after a number of characters word-wise in Java

You can use Apache-common’s WordUtils.wrap().

Leave a Comment