Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,190 members, 7,815,145 topics. Date: Thursday, 02 May 2024 at 08:10 AM

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

Nairaland Forum / Science/Technology / Programming / Who Has A Python Code For Email Validation (435 Views)

Any Python Code Writer In Here? / I Need A Python Code / Programmers Help:python Code To Acess Laptop/desktop Camera (2) (3) (4)

(1) (Reply)

Who Has A Python Code For Email Validation by rickyamos: 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)

Photopayz Review - Photopayz Pay Us to post Photos On Social Media Platforms. / Data Analysis Beginner / Who Said Php Can't Make Async Calls

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 5
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.