Skip to main content

normalize_whitespace

Function normalize_whitespace 

Source
pub fn normalize_whitespace(src: &str) -> String
Expand description

Normalize whitespace in a source string: collapse runs of whitespace to single spaces.