str_format

Named string interpolation

Substitutes {name} placeholders using values from a Dict or named List. Use {{ and }} to produce literal braces in the output.

Parameters

Returns

The formatted string.

See Also

str_sprintf