pub fn read_str_to_lines(s: &str) -> Vec<String>
Expand description

Split string to lines, splited by ‘\r’, ‘\n’ or “\r\n”