Difference between revisions of "FirstLetterUpperCase"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
(No difference)

Revision as of 10:46, 7 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