Lowercase function
The Lowercase function converts all uppercase characters to lowercase characters.
Parameter: string
The string to convert. This can come from a source node, the result of another function, or a value you specify.
Returns: string
The converted string.