firstcase

Make the first character in a String uppercase.


Syntax


Parameters

  • String subject - The String to be converted to firstcase.


Result

  • String - The converted String.

Returns subject with the first character converted to uppercase, if that character is alphabetic.