First capital letter.

Is there a way to make the first letter in the text Uppercase and the others lowercase?

I am trying to use:

("weatherCondition").toString().toUpper()); ,but it doesn't work for me.

Thanks