Function xml::common::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