powered by
To capitalize every first letter of a word.
strcap(string, strict = FALSE)
A character vector.
Whether strict.
A character vector with the first letter of each word capitalized.
# NOT RUN { strcap("the quick red fox jumps over the lazy brown dog") # }
Run the code above in your browser using DataLab