Function stringr::remove_whitespace

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

Returns a new String where all whitespace characters are removed

Uses char::is_whitespace to determine whitespace characters

Arguments

  • input - Input String to remove whitespace chars from