StringBind
Method Signature
StringBind(string=[string], placeholders=[structloose])Arguments
Argument
Type
Required
Description
Default
Examples
Bind values into a string template
result = stringBind( "Hello, {name}! You have {count} messages.", { name: "Luis", count: 5 } );
writeOutput( result );
Using the member function
Missing keys remain as placeholders
Related
Last updated
Was this helpful?
