checkif.js icon indicating copy to clipboard operation
checkif.js copied to clipboard

Add support for 'is.email'

Open joeltankam opened this issue 6 years ago • 3 comments

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

joeltankam avatar Oct 10 '18 00:10 joeltankam

I would like to help with this

oaguinaga avatar Oct 10 '18 14:10 oaguinaga

You're welcome

joeltankam avatar Oct 10 '18 14:10 joeltankam