capitalize the first letter of the first word in each sentence

capitalize_sentences(script)

Arguments

script

character

Value

character

Examples

capitalize_sentences("how are you? thank you. i am fine. and you?")
#> [1] "How are you? Thank you. I am fine. And you?"