titlecase

Make the first character in each word of a String uppercase.


Syntax


Parameters

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


Result

  • String - The converted String.

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