Jump to content

Perl Programming/Keywords/ucfirst

From Wikibooks, open books for an open world

This is the current revision of this page, as edited by DannyS712 (discuss | contribs) at 06:35, 16 April 2020 (Update syntaxhighlight tags - remove use of deprecated <source> tags). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Previous: uc Keywords Next: umask

The ucfirst keyword

[edit | edit source]

ucfirst returns EXPRESSION with the first character in uppercase.

Syntax

[edit | edit source]
 uc EXPRESSION 

See also

[edit | edit source]
Previous: uc Keywords Next: umask