Description

Convert string, as a whole, to upper case

Syntax

upper(text)

Parameters

Input ParameterTypeDescription
textstringThe string to convert.

Return value

Type
string

Sample

ExampleResultDescription
upper('HeLLo WorlD')'HELLO WORLD'Convert string to upper case
upper('--HeLLo-WorlD--')'--HELLO-WORLD--'Convert string to upper case

To view all the String functions, click here.

case

To view all the String functions, click here.