upper() function

Converts a string to upper case letters.

Syntax

upper(string)

Arguments

string → is string. The String to convert to upper case.

Example

upper('hello WOrld') → 'HELLO WORLD'