More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:String_Functions]] | ||
| | ||
Revision as of 07:08, 23 March 2011
upperCase
Returns the string input whose characters are in uppercase.SyntaxupperCase(inputString)ArgumentsinputString: is a string expression.Return typestringExampleprint(upperCase("catglobe"));//CATGLOBEAvailabilityVersion 5.2