
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstandardize(String theString) Standardizes the specified string.
-
Constructor Details
-
EmailStandardizer
public EmailStandardizer()
-
-
Method Details
-
standardize
Description copied from interface:IStandardizerStandardizes the specified string.- Specified by:
standardizein interfaceIStandardizer- Parameters:
theString- String to be standardized- Returns:
- Returns a standardized string.
-