Skip to main content

Module format_parser

Module format_parser 

Source
Expand description

Character-level parser for format string internals.

Parses format strings like "b{lk ? l}{aa ? a} {li:#x}" into a sequence of FormatPiece values.

Functionsยง

parse_format_string
Parse a format string into a sequence of format pieces.