
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstandardize(String theString) Standardizes the specified string.
- 
Constructor Details- 
EmailStandardizerpublic EmailStandardizer()
 
- 
- 
Method Details- 
standardizeDescription copied from interface:IStandardizerStandardizes the specified string.- Specified by:
- standardizein interface- IStandardizer
- Parameters:
- theString- String to be standardized
- Returns:
- Returns a standardized string.
 
 
-