pub fn is_whitespace_str(s: &str) -> bool
Checks whether the given string is compound only by white space characters (S) using the previous is_whitespace_char to check all characters of this string
S
is_whitespace_char