Package com.ehealthsystem.tools
Class EmailCheck
java.lang.Object
com.ehealthsystem.tools.EmailCheck
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isValidEmailAddress
(String email) Check with a regular expression an email address for validity
-
Constructor Details
-
EmailCheck
public EmailCheck()
-
-
Method Details
-
isValidEmailAddress
Check with a regular expression an email address for validity- Parameters:
email
- the email address to check- Returns:
- whether the email address is valid
-