Documentation

upper

Syntax: %upper(s)

Return the string s in uppercase.

Examples:

#SHOW %upper("this IS a test.")

displays:

THIS IS A TEST.

Add comment

Login or register to post comments