FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

regexhq/regex-email: Regular expression for email · GitHub

Repository files navigation

regex-email

Regular expression for email. You shouldn't use RegExp for validating emails. Use it only for hinting to the user.

Installation

$ npm install regex-email

Usage

var regex = require('regex-email');

regex.test('tobi+ferret@vision.com');
// => true

See Also

License

MIT

About

Regular expression for email

Resources

Stars

43 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL