StringBind
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.
Method Signature
Arguments
Argument
Type
Required
Description
Default
string
string
true
The string to bind with placeholders
placeholders
struct
true
A struct containing the placeholder values
Examples
Related
Last updated