sanitize

Function sanitize 

Source
pub fn sanitize(string: &str) -> String
Expand description

Removes/replaces problematic characters from a string.

ยงArguments

  • string - The string to sanitize.