Upper

Strings
Aptilis 1

Upper(String)

Upper returns the expression it has been given with all letters set to upper case.

Return Value:
The same string with letters a-z set to upper case (capitals).

Example:

print(upper("Hello!")$)
Result:
HELLO!

Notes: