Expand description

Manipulate lines of text and groups of lines.

Traits

MaxLine 🔒

Functions

byte_len 🔒
Return the length of s in bytes.
Split s on \n or \r\n. Always returns a non-empty vec. Each line in the vec does not include the trailing newline.