<<lower>>

The <<lower...>> function converts a given string to all lower case characters. The value returned is the string passed in with all characters converted to lower case. Any non-alphabetical characters, such as numbers, symbols, or punctuation (“%”, “$”, etc.) are returned unchanged.

Arguments

<<lower stringArg>>
stringArg
This argument is a string value to be converted by the function. May be a hard coded value, a data tag, or a string return value from a function.

Parameters

None