| Modifier and Type | Class and Description |
|---|---|
static interface |
NormalizeUtils.DecomposedCharacterConverter |
| Constructor and Description |
|---|
NormalizeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
digitOnly(String str) |
static String |
normalize(String str,
Pattern[] matchers,
char charReplacement) |
static String |
normalize(String str,
Pattern[] matchers,
String replacement) |
static String |
normalizeLabel(String label) |
static String |
normalizeText(String str) |
static String |
normalizeTextML(String text) |
static String |
removeSp(String str) |
static String |
removeSpPunct(String str) |
static void |
setDecomposedCharacterConverter(NormalizeUtils.DecomposedCharacterConverter converter) |
static String |
unaccent(String text) |
public static void setDecomposedCharacterConverter(NormalizeUtils.DecomposedCharacterConverter converter)
Copyright © 2021. All rights reserved.