Formats a string using the given arguments.
Arguments
string
- The string to format. args...
- The arguments to use when formatting the string.
Example
{
"$template": {
"$comment": "The field below will be 1.0",
"test": "{{=formatString('%s %s', 'hello', 'world')}}"
}
}