DRAFTThis page is not published. Only visible in development mode.
text module

text::lower

Convert a string to lowercase.

Syntax

RQL

Parameters

NameTypeDescription
valueUtf8The string to convert to lowercase

Return Value

Returns a new string with all characters converted to lowercase.

Examples

$ Convert to lowercase
$ ctrl+enter to run

Related Functions