Python regular expressions tutorial shows how to use regular expressions in ... [a-zA-Z.]{2,18}$') for email in emails: if re.match(pattern, ...
確定! 回上一頁