Click or drag to resize

tolower Function

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
tolower Function

The tolower function converts a string expression to lowercase.

Syntax

Alchemy
tolower(expr);

Nomenclature

exprRequired. An expression to convert to lowercase

Example

Alchemy
PRINT tolower("tElOgIs");

The above code snippet gives the following output:

telogis

See Also

  • toupper - converts a string to uppercase