Separates a single long line into separate lines, performing word-wrapping where possible.
The long line of text to split into lines.
The maximum length of a line.
The separator character that can be used for word-wrapping.
See Implementation
Separates a single long line into separate lines, performing word-wrapping where possible.