Function: SB-UNICODE:LINES

package type github

Breaks STRING into lines that are no wider than :MARGIN according to the line breaking rules outlined in UAX #14. Combining marks will always be kept together with their base characters, and spaces (but not other types of whitespace) will be removed from the end of lines. If :MARGIN is unspecified, it defaults to 80 characters

Lambda list

(string &key sb-unicode::margin)