Are you looking for the function smallcaps? This requires all characters to be capitalized (which matches your edited requirements).
If only the first character should be capitalized, the solution would be a bit more complicated. You then have to slice the string and increase the font size of the first character compared to the rest of the string.