Click or drag to resize

toupper Function

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

The toupper function converts a string expression to uppercase.

Syntax

Alchemy
toupper(expr);

Nomenclature

exprRequired. An expression to convert to uppercase

Example

Alchemy
PRINT toupper("tElOgIs");

The above code snippet gives the following output:

TELOGIS

See Also

  • tolower - converts a string to lowercase