₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,094 members, 8,420,297 topics. Date: Thursday, 04 June 2026 at 03:53 PM

Toggle theme

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

Nairaland ForumScience/TechnologyProgrammingWho Has A Python Code For Email Validation (568 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

Any Python Code Writer In Here?I Need Help With This Beginner Python CodeI Need A Python Code234

Why Luxury Vinyl Plank Flooring Is An Excellent Option For Installing In Any RooA News Website Like Punch. Vanguard And CoLet's Create An Alternative To Whatsapp