Function whitespace_sifter::sift

source ·
pub fn sift(input: &str) -> String
Expand description

This remove duplicate whitespaces within the &str.
This treats carriage-returns as just one char in the &str.