Email address validation in java using regexp
Posted by admin on March 18, 2011
0 comments
One would think validating an email address is an easy task. Turns out however that is not that trivial, the grammar is quite complex. While many people use regexp to validate email addresses, most of them are way to simple to be able to correctly validate according to the grammar (does it allow + in [...]