Skip to main content

lower (Function)

Converts the capital letters in the input string to the equivalent simple letters.

Syntax

<STRING> str:lower(<STRING> input.string)

Query Parameters

NameDescriptionDefault ValuePossible Data TypesOptionalDynamic
input.stringThe input string to convert to the lower case (i.e., equivalent simple letters).STRINGNoYes

Example 1

lower("gdn cep ")

This converts the capital letters in the input.string to the equivalent simple letters. In this scenario, the output is "gdn cep ".