java.lang.Object
net.thucydides.model.util.Inflector.Rule
- Enclosing class:
Inflector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expression
-
-
Constructor Details
-
Rule
-
-
Method Details
-
apply
Apply the rule against the input string, returning the modified string or null if the rule didn't apply (and no modifications were made)- Parameters:
input- the input string- Returns:
- the modified string if this rule applied, or null if the input was not modified by this rule
-