Skip to main content
Skip table of contents

toUpper() Operation

Syntax
NONE
set upperCaseString = aString.toUpper() 
set upperCaseString = toUpper(LITERAL)
SemanticsChanges all lower case letters to upper case letters. Returns a new string. The state of the current string is not changed.
SubstitutablesaString Can be any variable or object attribute having the type String.  
LITERAL String literal.
Examples
NONE
set upperCaseString = stringSet.s1.toUpper();
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.