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