?
interpolate
Summary​
Used to inject variables into a string
Description​
Fields​
string​
A string which contains variables using the chosen format.
placeholder format​
The format for variables inside the string. Options include:
1. ${variable}
2. <%=variable%>
variable​
An object which contains the values for the string variables. The keys of the object should match the variables used in the string.
Helpful?