Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 250 Bytes

FORMAT.md

File metadata and controls

11 lines (7 loc) · 250 Bytes

fstr Format Specification

This document details the format string syntax and features supported by fstr.

Basic Syntax

Placeholders

  • {} - Simple placeholder
  • {0}, {1}, ... - Positional placeholder
  • {name} - Named placeholder