The re.search(pattern, string) method matches the first occurrence of the pattern in the string and returns a match object.
確定! 回上一頁