More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:String_Functions]] | ||
| | ||
Revision as of 06: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