chickadee » string-utils » line-break

line-break STR WID #!optional SPACES SPACEprocedure

Returns the wrapped substrings from the text STR, each less-than or equal to the line width WID. Breaks the line at a SPACES delimiter, with any splicing performed using the SPACE delimiter.

The default is (string #\space).