strings.to_lower

Supported in:
strings.to_lower(stringText)

Description

This function takes an input string and returns a string after changing all characters to lowercase

Param data types

STRING

Return type

STRING

Code samples

Example 1

The following example returns true.

"test@google.com" = strings.to_lower($e.network.email.to)