FirstLetterUpperCase

From Catglobe Wiki
Revision as of 10:46, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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