match = re.search(pat, str). The re.search() method takes a regular expression pattern and a string and searches for that pattern within the string.
確定! 回上一頁