Carrot reference
Functions

uppercase()

Returns a String with all characters capitalized.

Syntax

uppercase(string)

  • string - the String value to be capitalized
  • Return type: String

Examples

  • uppercase("Hello world") returns HELLO WORLD
  • uppercase(title) returns the current job's title, uppercased