We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StringFormatter is a FAST Golang library (module) that helps to build text from templates.
StringFormatter
There are following features:
stringFormatter.Format(pattern, ...)
stringFormatter.FormatComplex(pattern, dict)
map[string]interface{}
stringFormatter.MapToString(dictionary, keyValueSeparator, lineSeparator)