Skip to content

This project create a simple validate email function. You can see this project in "email" folder.

Notifications You must be signed in to change notification settings

wellitongervickas/email-validate-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Validate Email Javascript

This project create a simple validate email function. You can see this project in "email" folder.

Usage (email/validateEmail.js)

Example of call this function:

Insert <script src="email/validateEmail.js"></script> in your index.html file
Now you can call validateEmail('[email protected]')

Usage (email/validateEmailES6.js)

Example of call this function:

Import file using ES6 "import validateEmail from './email/validateEmailES6'"
Now you can call validateEmail('[email protected]')

Usage (email/validateEmail_clr.js)

Example of call this function:

Insert <script src="email/validateEmail_clr.js"></script> in your index.html file
Now you can call validateEmail.render('[email protected]')

Return Example

var emailToTest = validateEmail.render('[email protected]')
console.log(emailToTest) // Return true or false

About

This project create a simple validate email function. You can see this project in "email" folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published