xml::common

Function is_whitespace_str

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

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