Navigation: Designing templates > Macros > Text
It converts text to UPPERCASE.
Syntax
{#uppercase textToConvert#}
textToConvert: this text will be converted to UPPERCASE
Example
Template:
{#uppercase Good Morning#}
Result:
GOOD MORNING