Saturday, October 18th, 2008
Email Address Validation
There are numerous ways of validating that an email address matches to an expected format. There are not so many ways of checking if an email address actually exists. Here we look at a JavaScript email validation which doesn’t use a regular expression for the test and is therefore able to give a detailed answer [...]
