strip

Function strip 

Source
pub fn strip(string: &str, chars: &str) -> String
Expand description

Strips a string of a set of characters.

ยงArguments

  • string - The input string.
  • chars - Characters to strip out.