Perl Programming/Keywords/ucfirst

Previous: uc Keywords Next: umask

The ucfirst keywordEdit

ucfirst returns EXPRESSION with the first character in uppercase.

SyntaxEdit

  uc EXPRESSION

See alsoEdit

Previous: uc Keywords Next: umask