Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 'is.email' #23

Open
joeltankam opened this issue Oct 10, 2018 · 3 comments · May be fixed by #66
Open

Add support for 'is.email' #23

joeltankam opened this issue Oct 10, 2018 · 3 comments · May be fixed by #66
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects

Comments

@joeltankam
Copy link
Owner

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 joeltankam added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Oct 10, 2018
@joeltankam joeltankam added this to To do in is via automation Oct 10, 2018
@oaguinaga
Copy link

I would like to help with this

@joeltankam
Copy link
Owner Author

You're welcome

@joeltankam joeltankam removed this from To do in is Oct 17, 2018
@joeltankam joeltankam added this to To do in is-regexp via automation Oct 17, 2018
@joeltankam joeltankam linked a pull request Nov 8, 2018 that will close this issue
@joeltankam
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
is-regexp
  
To do
Development

Successfully merging a pull request may close this issue.

2 participants