Module parser

Source
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