regex - Validate email address in JavaScript? - Stack Overflow
How can an email address be validated in JavaScript? ... Using regular expressions is probably the best way. Here's an example (live demo): function ...... If you're ...
stackoverflow.com |