public abstract class TransformerRule extends Object
replace
a given string.Constructor and Description |
---|
TransformerRule() |
Modifier and Type | Method and Description |
---|---|
abstract String |
transform(String string,
String stringLowerCase) |
public abstract String transform(String string, String stringLowerCase)
string
- is the original string to modify.stringLowerCase
- is the string
in lower-case
.string
or null
if this rule does NOT apply and the string
should NOT
be replaced.Singularizer.transform(String)
Copyright © 2001–2016 mmm-Team. All rights reserved.