pub fn split_newlines(text: &str) -> Vec<&str>
Expand description

Split text at newlines.