public final class EmailValidator extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_LENGTH_DOMAIN_PART
The maximal size of the domain part.
|
static int |
MAX_LENGTH_LOCAL_PART
the email local part (before '@') must not exceed 64 characters!
|
static int |
MAX_SAFE_LENGTH_LOCAL_PART |
Modifier and Type | Method and Description |
---|---|
static boolean |
validateEmailAddressByRegex(String email)
Validating a email address with Regular expressions
|
public static final int MAX_LENGTH_LOCAL_PART
public static final int MAX_LENGTH_DOMAIN_PART
public static final int MAX_SAFE_LENGTH_LOCAL_PART
public static boolean validateEmailAddressByRegex(String email)
email
- The email to checkCopyright © 2019 Communote team. All rights reserved.