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

StringBind(string=[string], placeholders=[structloose])

Arguments

ArgumentTypeRequiredDescriptionDefault

string

string

true

The string to bind with placeholders

placeholders

struct

true

A struct containing the placeholder values

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC