ucfirst

NAME

ucfirst - return a string with just the next letter in upper case


SYNOPSIS

ucfirst EXPR


DESCRIPTION

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.