toLowerCase

Converts a string to lowercase.

Arguments

  • string - The string to convert.

Example

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