Operator Type:
Operator Scope of Action:
Operator Purpose:
Operator First Added:
Operator Altered:
Function [other Function type actions]
Item [operators of similar scope]
Formatting [other Formatting operators]
Baseline
lowercase(data)
The contents of text data are returned entirely in lower case.
If $MyString is "Hello World":
$MyString = lowercase($MyString);
would set $MyString to "hello world".
Functionally equivalent to String.lowercase().