Function stringr::remove_chars

source ·
pub fn remove_chars(input: &str, chars: HashSet<char>) -> String
Expand description

Returns a new String where all specified characters are removed

Arguments

  • input - Input String to remove chars from
  • chars - chars to remove