₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,331,113 members, 8,448,745 topics. Date: Monday, 20 July 2026 at 06:44 PM

Toggle theme

Who Has A Python Code For Email Validation - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingWho Has A Python Code For Email Validation (577 Views)

1 Reply

Who Has A Python Code For Email Validation by rickyamos(op): 3:24pm On Dec 17, 2021
Who has a Python code for email validation ?
Re: Who Has A Python Code For Email Validation by tempest01(m): 5:00pm On Dec 17, 2021
rickyamos:
Who has a Python code for email validation ?
What kind of validation? To check if input is a valid email address?


import re

# for validating an Email

regex = r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}v


# function for validating an Email

def check(email):
    if(re.fullmatch(regex, email)):
        print("Valid Email"wink
    else:
        print("Invalid Email"wink

1 Reply

How To Create Mysql Database/python Tkinter Gui To Change Password/Validation EnA Python Program To Check The Risk Of Corona Virus.I Need A Python Code234

Please I Need Recommendation For A Suitable Laptop For ProgrammingFree Data Analysis ClassTop 4 Developers Communities In Ghana