clean_string

Function clean_string 

Source
pub fn clean_string(s: &str) -> String
Expand description

Cleans up a string by trimming whitespace, removing surrounding quotes, and normalizing spaces.