public class EmailUtils extends Object
| Constructor and Description |
|---|
EmailUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
extractEmailAddress(String args,
int offset)
Extracts the email address within a <> after a specified offset.
|
static boolean |
isValidEmailAddress(String address) |
static String |
normalizeEmail(String email)
Normalize the domain-part to lowercase.
|
Copyright © 2006–2021. All rights reserved.