Skip to main content

first_nonempty_line

Function first_nonempty_line 

Source
pub fn first_nonempty_line(s: &str) -> &str
Expand description

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