Perl Programming/Keywords/ucfirst

Previous: uc Keywords Next: umask

The ucfirst keyword

edit

ucfirst returns EXPRESSION with the first character in uppercase.

Syntax

edit
  uc EXPRESSION

See also

edit
Previous: uc Keywords Next: umask