Function that will capitalize first letter of each sentence in a string.
To format string: hi i am john doe. i am a developer.'capitalizeFirstLetter('hi i am john doe. i am a developer.')returns Hi i am john doe. I am a developer.
Formatted String
String that has to be formatted
Generated using TypeDoc
Function that will capitalize first letter of each sentence in a string.
Example
Returns
Formatted String