Class RfcCompliantEmailAddressValidator

java.lang.Object
org.apache.wicket.extensions.validation.validator.RfcCompliantEmailAddressValidator
All Implemented Interfaces:
Serializable, IClusterable, IValidator<String>

Validator for validating email addresses according to the RFC 822. This validator uses the regular expression taken from the Perl implementation of RFC 822.

Most users will be satisfied with the EmailAddressValidator

Author:
Frank Bille
See Also: