| java.lang.Object org.lateralnz.common.util.EmailUtils
EmailUtils | final public class EmailUtils implements Constants(Code) | | RFC 821 compliant email checking (I think... at the very least it
seems to work on all valid email addresses I poke at it)
author: J R Briggs |
isValidEmail | final public static boolean isValidEmail(String email)(Code) | | returns true if the specified string is a valid (RFC821) email address
Parameters: email - the string representation of an email address |
|
|