Who Has A Python Code For Email Validation - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Who Has A Python Code For Email Validation (569 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: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" else: print("Invalid Email" ![]()
|
Any Python Code Writer In Here? • I Need Help With This Beginner Python Code • I Need A Python Code • 2 • 3 • 4
What's Your Worst Experience With Nigerian Clients As A Developer? • Drupal Portfolio • Where Can I Learn Programming In Akure — Tech Skills Hub