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 |
---|---|---|---|---|
|
|
| The string to bind with placeholders | |
|
|
| A struct containing the placeholder values |
Examples
Related
Last updated