String: first character upcase?

Hi all

Is there a function that makes the first character of a given string
upcase?

first_to_upper “canada”

Thanks for help. :slight_smile:
Joshua

Check out class String - RDoc Documentation

Cuong T. wrote:

Check out class String - RDoc Documentation

Great, thanks a lot. :slight_smile: