python match word in string and remove quotes code example
Example: how to remove quotes from a string in python
originalString = ""
originalString.strip(characters you want stripped)
originalString = ""
originalString.strip(characters you want stripped)