npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

regex-email

1.0.2

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:526
$ npm install regex-email
DailyWeeklyMonthlyYearly

regex-email

NPM version build status Test coverage Downloads

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

  • Update your Email RegExp by Dustin Diaz
  • sindresorhus/email-regex
  • You shouldn't use this for validating emails. Use it only for hinting to the user.

License

MIT