upperCase

Help Contents Data Structure Primitives Queries upperCase
lowerCase standout

upperCase word


outputs a copy of the input word, but with all lowercase letters changed to the corresponding uppercase letter.

Examples:

upperCase "hallo		;HALLO  ;-)
show upperCase [h a l l o]		;H A L L O
show upperCase {h a l l o}		;{H A L L O}

References:

lowerCase standout