Skip to content Skip to sidebar Skip to footer
Showing posts with the label Unicode Escapes

Does Python Re (regex) Have An Alternative To \u Unicode Escape Sequences?

Python treats \uxxxx as a unicode character escape inside a string literal (e.g. u'\u2014' … Read more Does Python Re (regex) Have An Alternative To \u Unicode Escape Sequences?