```python REX_SANITIZE = re.compile(ur'[\'"]') ``` The above statement throws a SyntaxError, how can we fix this?