This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * is_email function from WordPress | |
| * written in Javascript | |
| * | |
| * by Louy Alakkad <me@l0uy.com> | |
| * | |
| * Verifies that an email is valid. | |
| * | |
| * Does not grok i18n domains. Not RFC compliant. | |
| * |