Description

Convert string, as a whole, to lower case

Syntax

lower(text)

Parameters

Input ParameterTypeDescription
textstringThe string to convert.

Return value

Type
string

Sample

ExampleResultDescription
lower('HeLLo WorlD')'hello world'Convert string to lower case
lower('--HeLLo-WorlD--')'--hello-world--'Convert string to lower case

To view all the String functions, click here.