Capitalizes the first letter of a phrase
strCap("lower case");=> "Lower case"
A string
Generated using TypeDoc
Capitalizes the first letter of a phrase
Example