dequote¶ dequote(s)[source]¶ Remove any kind of quotes from a string to facilitate comparisons. Parameters: s (str) -- A string. Returns: String removed any kind of quotes. Return type: str