1. Handlebars Helpers
  2. Uppercase

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

Parameter Description
1 The text to uppercase

eg. {{uppercase "This is Some TEXT"}}

Block usage: {{#uppercase}}{{stubpost.data.value}}{{/uppercase}}

Examples

Example definition:

loading...

Substituted definition

loading...

Example Block Usage

Example definition:

loading...

Action context:

loading...

Substituted definition

loading...