Function xml_doc::normalize_space [−][src]
pub fn normalize_space(bytes: &[u8]) -> Vec<u8>
Expand description
#xD(\r), #xA(\n), #x9(\t) is normalized into #x20. Leading and trailing spaces(#x20) are discarded and sequence of spaces are replaced by a single space.