Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 275 Bytes

mixed-format-string.md

File metadata and controls

7 lines (4 loc) · 275 Bytes

Pattern: Mixed format string

Issue: -

Description

Used when a format string contains both named (e.g. %(foo)d) and unnamed (e.g. %d) conversion specifiers. This is also used when a named conversion specifier contains * for the minimum field width and/or precision.