pub fn string_is_falsey(s: &str) -> bool
Indicates that the given string, when trimmed, is deemed as “falsey”.
It is NOT guaranteed that string_is_falsey(x) == !string_is_truey(x).
string_is_falsey(x) == !string_is_truey(x)