Skip to content

Commit e8341ca

Browse files
author
Charlike Mike Reagent
committed
add useful links
1 parent 31e58e0 commit e8341ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
[![Test coverage][coveralls-image]][coveralls-url]
55
[![Downloads][downloads-image]][downloads-url]
66

7-
Regular expression for email.
7+
Regular expression for email. [You shouldn't use RegExp for validating emails.](http://davidcel.is/blog/2012/09/06/stop-validating-email-addresses-with-regex/) Use it only for hinting to the user.
8+
89

910
## Installation
1011
```bash
@@ -21,6 +22,8 @@ regex.test('[email protected]');
2122

2223
## See Also
2324
- [Update your Email RegExp][ddiaz] by [Dustin Diaz](https://github.com/ded)
25+
- [sindresorhus/email-regex](https://github.com/sindresorhus/email-regex)
26+
- [You shouldn't use this for validating emails.][davidcelis] Use it only for hinting to the user.
2427

2528
## License
2629
[MIT](https://tldrlegal.com/license/mit-license)
@@ -34,4 +37,5 @@ regex.test('[email protected]');
3437
[downloads-image]: http://img.shields.io/npm/dm/regex-email.svg?style=flat-square
3538
[downloads-url]: https://npmjs.org/package/regex-email
3639

37-
[ddiaz]: (http://www.dustindiaz.com/update-your-email-regexp/)
40+
[ddiaz]: http://www.dustindiaz.com/update-your-email-regexp/
41+
[davidcelis]: http://davidcel.is/blog/2012/09/06/stop-validating-email-addresses-with-regex/

0 commit comments

Comments
 (0)