iso8601

Module parsers

Source
Expand description

The low-level parsers for date, datetime, duration and time.

The top-level functions date(), datetime(), duration() and time() provide convenient wrappers around the low-level parsers, but throw away leftover input on success.

Using the low-level functions provided here allows to recover leftover input or to combine these parsers with other parser combinators.

Functions§