parseFmt

Parses a Tango-style format string fragment. Regex: \{(\d*)\s*([,.]\s*-?\d*\s*)?(:[^}]*)?\}

const(C)[]
parseFmt
(
C = char
)
(
const(C)[] fmt
,
ref FSpec fs
)

Return Value

Type: const(C)[]

null if not found, an escaped "{{", or a format string "{...}".

Meta