Go to: Synopsis. Return value. Related. MEL examples.

Synopsis

toupper string

toupper is NOT undoable, NOT queryable, and NOT editable.

Returns a string that is a duplicate of the string argument except that all upper case alphabetic characters are converted to upper case.

Return value

stringLowercase string

Related

tolower

MEL examples

toupper "UnSatIsfIEd";
// Result:UNSATISFIED//