I am trying to parse text and trying to remove some characters.
This doesn't seem to work:
string.replacingOccurrences(of: "‘", with: "'")
string.replacingOccurrences(of: "“", with: "\"")
Any help is resolving this would be excellent!
Thank you.