uppercase

Description Syntax Parameters Returns Example
Uppercase of input string. uppercase(strExpr) strExpr: string expression. String with all characters converted to uppercase. uppercase('aBcDeF')