Class EmailAddressValidator

All Implemented Interfaces:
Serializable, Validator

public class EmailAddressValidator extends MultipleConditionsValidator
Created by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether an email is in the correct format Valid characters that can be used in a domain name are: a-z 0-9 - (dash) or . (dot) but not as a starting or ending character . (dot) as a separator for the textual portions of a domain name Valid characters that can be used in a local part are: a-z 0-9 - (dash) or _ (underscore) or . (dot) or & (ampersand) but not as a starting or ending character and not appear two or more times consecutively
See Also:
  • Constructor Details

    • EmailAddressValidator

      public EmailAddressValidator()
  • Method Details