textwrap provides functions for word wrapping and filling text.
textwrap
Fill a line of text at width bytes.
width
Wrap a line of text at width bytes and return a vector of lines.