static void |
StringUtils.removeHTML(MappedText mappedText) |
static void |
StringUtils.replaceAll(String regex,
String repl,
MappedText mappedText) |
static void |
StringUtils.replaceAll(String regex,
String repl,
MappedText mappedText,
boolean keepMapping) |
static void |
StringUtils.replaceMatches(List<Match> matches,
MappedText mappedText) |
static void |
StringUtils.replaceMatches(List<Pair<Integer,Integer>> matches,
String repl,
MappedText mappedText) |
static void |
StringUtils.replaceMatches(List<Pair<Integer,Integer>> matches,
String repl,
MappedText mappedText,
boolean keepWorMapping) |
static void |
StringUtils.replaceString(int start,
int end,
String repl,
MappedText mappedText) |
static void |
StringUtils.split(MappedText mappedText,
int start,
int end) |