Here's the email validation rules as source code. Licensing information
for each one is included at the top of the file.
- email_regexp.php (3.9 k)
- PHP version of email validator that is based on regular expression rules.
- email_test.php (8.4 k)
- Alternate PHP email validator that does not use any PCRE functions
- email_test.js (8 k)
- JavaScript email validator