To specify more than one option, “or” them together with the | operator: re.search("^a", "abc", re.I | re.M). By default, Python's regex engine only ...
確定! 回上一頁