Skip to main content

string_is_falsey

Function string_is_falsey 

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

Indicates that the given string, when trimmed, is deemed as “falsey”.

§Note:

It is NOT guaranteed that string_is_falsey(x) == !string_is_truey(x).