0

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.

peterko
  • 503
  • 1
  • 6
  • 18
  • 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

1 Answers1

1

Sure is. Although this might be overkill. Mail RFC822 Address.

Kayaman
  • 72,141
  • 5
  • 83
  • 121