Difference between revisions of "FirstLetterUpperCase"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:String_Functions]]
 

 

  

Revision as of 08:44, 23 March 2011



firstLetterUpperCase

Returns the input string where only the first character has been changed to upper case whereas all other characters stay the same.SyntaxfirstLetterUpperCase(inputString)ArgumentsinputString: is a string expression.Return typestringExampleprint(firstLetterUpperCase ("catglobe is The best"));// Catglobe is The bestAvailabilityVersion 5.2