The re.compile(pattern) method returns a regular expression object. You then use the object to call important regex methods such as search(string) ...
確定! 回上一頁