======firstcase====== Make the first character in a [[PTPScript:Types:String|String]] uppercase. \\ **Syntax** * ''[[PTPScript:Types:String|String]] firstcase( [[PTPScript:Types:String|String]] subject )'' \\ **Parameters** * [[PTPScript:Types:String|String]] ''subject'' - The String to be converted to firstcase. \\ **Result** * [[PTPScript:Types:String|String]] - The converted String. Returns ''subject'' with the first character converted to uppercase, if that character is alphabetic.