pub fn first_nonempty_line(s: &str) -> &str
The first non-empty py_strip’d line of s (str.splitlines() boundaries), or "" when every line is blank.
py_strip
s
str.splitlines()
""