| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Regular expression for email. You shouldn't use RegExp for validating emails. Use it only for hinting to the user.
$ npm install regex-emailvar regex = require('regex-email');
regex.test('tobi+ferret@vision.com');
// => true| Back | FazBrowse Home | New Git URL |