Template string allows you to concatenate strings together in complex ways.
| Name | Type | Required | Multiple | Min. | Max. | Description |
|---|---|---|---|---|---|---|
| Strings (strings) | array | 0 | Infinite | String to be put in the template string, the first string will be inserted at ${0}, the second at ${1}, etc. |
| Name | Type | Default | Required | Options | Description |
|---|---|---|---|---|---|
| Template String (templateString) | string | Template string allows you to concatenate strings together in complex ways. Use the syntax ${0}, ${1}, etc. to insert the strings in the template string. For example, "Hello ${0}! How are you ${1}?" will be converted to "Hello World! How are you today?" if the first string is "World" and the second string is "today". | |||
| Strings (strings) | array | String to be put in the template string, the first string will be inserted at ${0}, the second at ${1}, etc. |
| Name | Type | Description |
|---|---|---|
| Value (value) | string |