Reference > Expressions > Built-in Functions > String Functions > ToLowerCase

ToLowerCase

Converts a text value to all lower case characters and returns the result. It does not change any characters that are not upper case.

Syntax

ToLowerCase(text)

Enabled for

Search/Dashboard No
Business Rules No
Quick Actions Yes
Workflow Objects No
Reports No

Parameters

text The text to change to lower case.

Return Value

Text value.

Example

$(ToLowerCase("This text is UPPER and lower case."))

The above example returns "this text is upper and lower case."