Template String
Creates a template string
Description
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. { }
Properties
Enter content here
This is the template string. Enter your text with the variables to transpose
Assign to variable
The variable to assign the completed template string to
Returns
Returns the template string with the any variables.
Last updated