toUpperCase

Converts a string to uppercase.

Arguments

  • string - The string to convert.

Example

{
  "$template": {
    "$comment": "The field below will be 'THIS IS A TEST'",
    "test": "{{toUpperCase('this is a test')}}"
  }
}