StringBind
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
string
string
true
The string to bind with placeholders
placeholders
struct
true
A struct containing the placeholder values