LOWER

Converts all characters in the specified val to lower case.

Syntax

LOWER(val)

Example

If myfield has value 'ABC', then:

lower({{myfield}})

returns:

abc

Related

UPPER