powered by
Make the first alphabet of strings uppercase
firstUp(str)
A vector of the same length, with the first alphabet in uppercase
A vector of character strings
toTitleCase
firstUp('test string') firstUp(strsplit('many many years ago', ' ')[[1]])
Run the code above in your browser using DataLab