Expand description
The low-level parsers for date, datetime, duration and time.
Using the low-level functions provided here allows to recover leftover input or to combine these parsers with other parser combinators.
Functionsยง
- date_
day - date_
month - digit_1
- Exactly 1 digit
- digit_2
- Exactly 2 digits
- digit_3
- Exactly 3 digits
- digit_4
- Exactly 4 digits
- digit_6
- Exactly 6 digits
- fraction_
millisecond - sign
- take_
digits - take_
digits_ in_ range - time_
hour - time_
minute - time_
second