pub fn clean_string(s: &str) -> String
Cleans up a string by trimming whitespace, removing surrounding quotes, and normalizing spaces.