Function that will captialize first letter of each word in a string
To format string: hi i am john doe.capitalizeString('hi i am john doe.')returns Hi I Am John Doe
String that has to be formatted
Generated using TypeDoc
Function that will captialize first letter of each word in a string
Example
Returns