@LOWERCASE

The LOWERCASE function converts all alphabetical characters in the source string to lower case and returns the result. Any non-alphabetical characters are unchanged.

Parameters

@LOWERCASE (Source String)
Source String
Required string parameter; contains the string value to be converted to lowercase.

Supported Return Types

String