| Interface | Description |
|---|---|
| TextReplacement.TextResolver |
Used during the TextReplacement to dynamically resolve the input string with a value.
|
| Class | Description |
|---|---|
| MapResolver |
Simple Text Resolver backed by a Map
|
| NumberUtil |
Simple class for dealing with Numbers
|
| StringUtil |
Various String/Object utils.
|
| TextReplacement |
TextReplace is a simple means to replace all occurances of a string, with another string using a regular expression
and a TextResolver.
|
| TextReplacementTest |