I have a huge string which contains emotions like "\u201d", AS WELL AS "\advance\"
all that I need is to remove back slashed so that:
- \u201d = \u201d
- \united\ = united
(as it breaks the process of uploading it to BigQuery database)
I know it should be somehow this way:
string.replace('\','') But not sure how to keep \u201d emotions.
ADDITIONAL: Example of Unicode emotions
- \ud83d\udc9e
- \u201c
- \u2744\ufe0f\u2744\ufe0f\u2744\ufe0f