Each parser should recognize and handle a certain date format.
Chrono uses multiple parses (and refiners) together for parsing the input.
The parser implementation must provide {@Link pattern | pattern()} for the date format.
The {@Link extract | extract()} method is called with the pattern's match.
The matching and extracting is controlled and adjusted to avoid for overlapping results.
An abstraction for Chrono Parser.
Each parser should recognize and handle a certain date format. Chrono uses multiple parses (and refiners) together for parsing the input.
The parser implementation must provide {@Link pattern | pattern()} for the date format.
The {@Link extract | extract()} method is called with the pattern's match. The matching and extracting is controlled and adjusted to avoid for overlapping results.