| Package | Description |
|---|---|
| javatools.parsers |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Char.decodeAmpersand(java.lang.String s,
PositionTracker posTracker) |
static java.lang.String |
DateParser.normalize(java.lang.CharSequence s,
Language language,
PositionTracker posTracker)
Normalizes all dates in a String keeping track of the position changes with respect to the newly created string
Note: If you bugfix something in this version, please try and check for applying the same fix at the non-tracking function
|
static java.lang.String |
NumberParser.normalize(java.lang.CharSequence s,
PositionTracker posTracker)
Normalizes all numbers in a String and updates a position mapping with the introduced pos changes
Note: If you fix something in this version,
please try to apply the same fix at
the non-tracking function above
|
static java.lang.String |
DateParser.normalize(java.lang.CharSequence s,
PositionTracker posTracker) |