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
eg.
{{lowercase "This is Some TEXT"}}
Block usage:
{{#lowercase}}{{stubpost.data.value}}{{/lowercase}}
Examples
Example definition:
Substituted definition
Example Block Usage
Example definition:
Action context:
Substituted definition