toupper

Syntax:

Value String  toupper(String str)

Description:

Converts str to uppercase.

Examples:

($a1:$a5) = toupper($self)
Before:
AB C
1Hello World
2My Name is Alex
3ABCabc
44.56
5XSheet
61641
After:
AB C
1HELLO WORLD
2MY NAME IS ALEX
3ABCABC
44.56
5XSHEET
61641
($d1:$d10) = toupper($b)