how is possible in Java validate email address by RFC 822? Are there any available official regular expression for full support RFC822? Thank you for your help.
Asked
Active
Viewed 4,983 times
0
-
Very much related: http://stackoverflow.com/questions/201323/using-a-regular-expression-to-validate-an-email-address – JonK Aug 18 '14 at 22:16
-
Although the OP did mention regular expressions, the primary question is how to validate an email address. More appropriate would probably be: http://stackoverflow.com/questions/624581/what-is-the-best-java-email-address-validation-method – David Conrad Aug 18 '14 at 22:42