Create a WordWrapper.
Create a WordWrapper.
the number of characters after which to wrap each line
how many characters to indent
the prefix to use, or "" for none. Cannot be null.
set of characters to ignore when calculating wrapping. This feature can be useful when certain characters represent escape characters, and you intend to post-process the wrapped string.
the indentation character to use.
Companion object for
WordWrapper.