FirstLetterUpperCase
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