xso

Function is_xml_whitespace

source
pub fn is_xml_whitespace<T: AsRef<[u8]>>(s: T) -> bool
Expand description

Return true if the string contains exclusively XML whitespace.

XML whitespace is defined as U+0020 (space), U+0009 (tab), U+000a (newline) and U+000d (carriage return).