Template filler
Last updated
Last updated
[string/Template filler]
Substitutes parameters into a template. Example:
"Hello {subject}!"@0 is received via template
{"subject":"world"}@0 is received via params
"Hello world!"@0 is sent via filled
Keywords: string, template
template: string
The template to be filled
params: {string: any}
The actual parameters used for filling the template
filled: string
Sends the template filled with the given values from params.