- java.lang.Object
-
- com.appslandia.common.utils.NormalizeUtils
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNormalizeUtils.DecomposedCharacterConverter
-
Constructor Summary
Constructors Constructor Description NormalizeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringdigitOnly(String str)static StringkeyValue(String str)static Stringnormalize(String str, Pattern[] matchers, char charReplacement)static Stringnormalize(String str, Pattern[] matchers, String replacement)static StringnormalizeLabel(String label)static StringnormalizeText(String str)static StringnormalizeTextML(String text)static StringremoveSp(String str)static StringremoveSpPunct(String str)static voidsetDecomposedCharacterConverter(NormalizeUtils.DecomposedCharacterConverter converter)static Stringunaccent(String text)
-
-
-
Method Detail
-
setDecomposedCharacterConverter
public static void setDecomposedCharacterConverter(NormalizeUtils.DecomposedCharacterConverter converter)
-
-