LCASE

Action

Returns a string in lowercase.

 

Syntax

LCASE ("string")

 

Parameters

String

The string you want to change to lowercase.

Returns

The input string in lowercase.

 

Example

$x = LCASE(@USERID)