The syntax is re.search(pattern, string). where: pattern regular expression to be matched. string the string which would be searched to match ...
確定! 回上一頁