@ThreadSafe class AddressValidationP extends Object
Modifier and Type | Method and Description |
---|---|
(package private) static Pattern |
newPattern()
Constructs the pattern of a valid email address consisting of the bare addr-spec
having no personal part and no angle braces, and with no domain literals (like
joe@[192.168.1.100] ). |
static Pattern newPattern()
joe@[192.168.1.100]
).