https://github.com/shikha-code36/email-validation-python
Python Beginner Project
https://github.com/shikha-code36/email-validation-python
beginner-friendly beginner-project email-validation python python-beginner python-beginners python-project python-projects python3
Last synced: 4 months ago
JSON representation
Python Beginner Project
- Host: GitHub
- URL: https://github.com/shikha-code36/email-validation-python
- Owner: Shikha-code36
- Created: 2022-08-09T04:48:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T13:59:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T15:17:27.559Z (6 months ago)
- Topics: beginner-friendly, beginner-project, email-validation, python, python-beginner, python-beginners, python-project, python-projects, python3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email-Validation-Python
This Python Project is to check whether your email is correct or not.
This is the Python Beginner level ProjectThere are two ways to do that--
* [Using String Functions](mailstring.py)
* [Using Regex Model](mailregex.py)