pub fn normalize_text(src: &str) -> String
Collapse every run of two or more whitespace characters in src into a single ASCII space.
src