Carrot reference
Functions

lowercase()

Returns a String with all characters lowercased.

Syntax

lowercase(string)

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

Examples

  • lowercase("Hello world") returns hello world
  • lowercase(title) returns the current job's title, lowercased