ucfirst
ucfirst - return a string with just the next letter in upper case
ucfirst EXPR
Returns the value of EXPR with the first character uppercased. This is
the internal function implementing the \u escape in double-quoted strings.
Should respect any POSIX setlocale() settings.