1. Handlebars Helpers
  2. Lowercase

Handlebars Helpers

Lowercase

Converts text to lowercase

The lowercase helper converts a string value to lowercase. It can be used inline with a value argument or as a block helper around content.

Uses

  • Use to normalize text values to lowercase
  • Use to format substituted values before sending them in messages, prompts, or task parameters

Usage

Helper name : lowercase

Parameter Description
1 The text to lowercase

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

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

Examples

Example definition:

loading...

Substituted definition

loading...

Example Block Usage

Example definition:

loading...

Action context:

loading...

Substituted definition

loading...