Perl Programming/Keywords/ucfirst

The ucfirst keyword

ucfirst returns EXPRESSION with the first character in uppercase.

Syntax

  uc EXPRESSION

See also