how to check is that given string is email or not in python code example Example: python email validation regex r"(^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$)"