Skip to main content

adjust_whitespace

Function adjust_whitespace 

Source
pub fn adjust_whitespace(raw: &str) -> String
Expand description

Adjusts whitespace in a string by collapsing consecutive whitespaces into a single space.