pub fn split_newlines(text: &str) -> Vec<&str>
Split text at newlines. These newline characters are not kept.