You should be using raw strings in your code >>> x = 'one two three' >>> y = re.search(r"\btwo\b", x) >>> y <_sre.
確定! 回上一頁