1 2 3
pub fn remove_quotes(text: &str) -> String { return String::from(text.to_string()).replace("\"", ""); }