So in Python 3.3, you can use the string "\\u00E0\\d" to pass the regex \u00E0\d which will match something like à0. Search and Replace. re.sub(regex, ...
確定! 回上一頁