Creates a template string
Creates a template string. A template string allows you to combing normal text and variables to create a final string.
Variables can be entered using open and close curly brackets. { }
{ }
This is the template string. Enter your text with the variables to transpose
The variable to assign the completed template string to
Returns the template string with the any variables.
Last updated 3 years ago