Package | Description |
---|---|
student.testingsupport |
Modifier and Type | Class and Description |
---|---|
static class |
StringNormalizer.RegexNormalizerRule
A highly reusable concrete implementation of
StringNormalizer.NormalizerRule
that applies a series of regular expression
substitutions. |
Modifier and Type | Method and Description |
---|---|
static StringNormalizer.NormalizerRule |
StringNormalizer.standardRule(StringNormalizer.StandardRule rule)
Retrieve a standard rule by name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StringNormalizer.add(StringNormalizer.NormalizerRule rule)
Add the specified rule.
|
Constructor and Description |
---|
StringNormalizer(StringNormalizer.NormalizerRule... rules)
Creates a new StringNormalizer object containing the given
set of rules.
|
Constructor and Description |
---|
StringNormalizer(Collection<? extends StringNormalizer.NormalizerRule> rules)
Creates a new StringNormalizer object containing the given
set of rules.
|