checkif.js
checkif.js copied to clipboard
Add support for 'is.email'
Checks if the given value is an email.
is.email('[email protected]'); // true
is.email('[email protected]'); // true
is.email('[email protected]'); // true
is.email('[email protected]'); // false
Checkout full email description on wikipedia.
Update README.md: under is > RegExp
I would like to help with this
You're welcome