**CIGAL Reference Manual, Chapter 3 (Functions): ucase** ===== Ucase -- Convert a character string to upper case text ===== **usage: str2 = ucase(str1)** UCASE copies an input character string (STR1) to an output string (STR2) converting lower case characters (a-z) to upper case (A-Z). Non-alphabetic characters are copied without modification. **See Also:**\\ [[jvs:cigal:manual:chapter3:lcase|LCASE(3)]] [[jvs:cigal|CIGAL Home]], [[jvs:cigal:manual|CIGAL Manual]], [[jvs:cigal:manual:chapter3|Functions List]], [[jvs:cigal:manual:help|Manual Help]]