lower (Function)
Converts the capital letters in the input string to the equivalent simple letters.
Syntax
<STRING> str:lower(<STRING> input.string)
Query Parameters
Name | Description | Default Value | Possible Data Types | Optional | Dynamic |
---|---|---|---|---|---|
input.string | The input string to convert to the lower case (i.e., equivalent simple letters). | STRING | No | Yes |
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 ".