Hello I have pattern for email adress and it works but I am struggling, why there need to be backslash before dot
pattern = re.compile("[a-zA-Z0-9]+@[a-zA-Z0-9]+\.[a-zA-Z]+")
Hello I have pattern for email adress and it works but I am struggling, why there need to be backslash before dot
pattern = re.compile("[a-zA-Z0-9]+@[a-zA-Z0-9]+\.[a-zA-Z]+")