OQL LOWER
Last modified: August 27, 2024
This function is only available for Mendix Studio Pro 9.21.0 and above.
Description
The LOWER
function converts all uppercase characters in a given string to lowercase and returns the result.
Syntax
The syntax is as follows:
LOWER ( expression )
expression
specifies the string to convert.