public class CheckEmailAddress extends Object
| Constructor and Description | 
|---|
CheckEmailAddress()  | 
| Modifier and Type | Method and Description | 
|---|---|
static char[] | 
getListOfExtraInvalidCharacters()
getListOfExtraInvalidCharacters 
 Method to return the list of extra iFS specific invalid characters 
 | 
static char[] | 
getListOfStandardInvalidCharacters()
getListOfStandardInvalidCharacters 
 Method to return the list of standard invalid characters 
 | 
static boolean | 
validateEmailAddress(String emailAddress)
validateEmailAddress
  Description :
    Validates the email address string that is passed in order to
    ensure that it meets the RFC821 address syntax criteria 
 | 
public static boolean validateEmailAddress(String emailAddress)
emailAddress - Email address to be validatedpublic static char[] getListOfStandardInvalidCharacters()
public static char[] getListOfExtraInvalidCharacters()
Copyright © 2025. All rights reserved.