Class EmailStandardizer
java.lang.Object
ca.uhn.fhir.rest.server.interceptor.s13n.standardizers.EmailStandardizer
- All Implemented Interfaces:
IStandardizer
Standardizes email addresses by removing whitespace, ISO control characters and applying lower-case to the values.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstandardize
(String theString) Standardizes the specified string.
-
Constructor Details
-
EmailStandardizer
public EmailStandardizer()
-
-
Method Details
-
standardize
Description copied from interface:IStandardizer
Standardizes the specified string.- Specified by:
standardize
in interfaceIStandardizer
- Parameters:
theString
- String to be standardized- Returns:
- Returns a standardized string.
-