wordWrapText

Given a block of text, first split it using the "\n" escape, and then word-wrap each line.

string[]
wordWrapText
(
string text
,
size_t lineWidth = 80
,
char sep = ' '
)

Meta