Convert first letter of a string to uppercase

Hi all,

When I use myString.toUpperCase(), the entire string becomes uppercase.
How do I extract the first letter and convert only it to uppercase? Do I have to split and then concate? If so, can someone give me an inkling of how to do it?

tks a lot for your help!