formatStr

Formats a given string

pure nothrow @safe
string
formatStr
(
string str
)

Parameters

str string

The string to be formatted

Return Value

Type: string

The formatted string

Meta