Skip to content

The uppercase-helper will convert the entire string to uppercase.

handlebars
  {{{uppercase sentence}}}

when used with this context:

json
{
  sentence: "This Is Some SENtence"
}

will result in:

text
THIS IS SOME SENTENCE