Perl Programming/Keywords/ucfirst
Appearance
The ucfirst keyword
[edit | edit source]ucfirst returns EXPRESSION with the first character in uppercase.
Syntax
[edit | edit source] uc EXPRESSION 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.
| Previous: uc | Keywords | Next: umask |
ucfirst returns EXPRESSION with the first character in uppercase.
uc EXPRESSION | Previous: uc | Keywords | Next: umask |