Validating email through RegEx
regular-expressions.info has a nice article on email validation through RegEx.
Often seen as initially simple, email validation is one of those things where people write the validation then cram in more and more ‘ooh and check for this as well’ code as time goes on.
O’Reilly have a section on it from the book on RegEx as well.










