Handlebars Helpers
Uppercase
Converts text to uppercase
The uppercase helper converts a string value to uppercase. It can be used inline with a value argument or as a block helper around content.
Uses
- Use to normalize text values to uppercase
- Use to format substituted values before sending them in messages, prompts, or task parameters
Usage
Helper name : uppercase
eg.
{{uppercase "This is Some TEXT"}}
Block usage:
{{#uppercase}}{{stubpost.data.value}}{{/uppercase}}
Examples
Example definition:
Substituted definition
Example Block Usage
Example definition:
Action context:
Substituted definition