pub fn normalize_space(bytes: &[u8]) -> Vec<u8> ⓘ
#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.