This means, for instance, that r"\w" matches Unicode word characters, not just ASCII letters. The default encoding in str.encode() and bytes.decode() is UTF-8.
確定! 回上一頁