SyntaxFix
Write A Post
Hire A Developer
Questions
import re regex = re.compile("u'2022'",re.UNICODE) newstring = re.sub(regex, something, yourstring, <optional flags>)