| Package | Description |
|---|---|
| javatools.parsers |
| Modifier and Type | Method and Description |
|---|---|
static String |
Char.decodeAmpersand(String s,
PositionTracker posTracker)
Deprecated.
|
static String |
DateParser.normalize(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 String |
NumberParser.normalize(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 String |
DateParser.normalize(CharSequence s,
PositionTracker posTracker) |
Copyright © 2018. All rights reserved.