Returns a lower case version of the given string.

Syntax

Smartsite SXML CopyCode image Copy Code
string string.tolower(string s)

Parameters

Name Data Type Description
s String The input string.

Return Value

Data Type Description
String The input string in lowercase.

Expand image Examples

SXML