This BIF allows you to bind a string with placeholders to a set of values.
Each placeholder is defined as {@code ${placeholder-name}} and can be used anywhere and multiple times in the string.
StringBind(string=[string], placeholders=[structloose])
string
string
true
The string to bind with placeholders
placeholders
struct
true
A struct containing the placeholder values