You are viewing a single comment's thread. Return to all comments →
from re import fullmatch as fm for _ in range(int(input())): if not fm(r'[^\W\d_]+ <[^\W\d_][\w._-]*@[^\W\d_]+\.[^\W\d_]{1,3}>', s:=input()) is None: print(s)
Seems like cookies are disabled on this browser, please enable them to open this website
Validating and Parsing Email Addresses
You are viewing a single comment's thread. Return to all comments →