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
Previous: uc | Keywords | Next: umask |
ucfirst returns EXPRESSION with the first character in uppercase.
uc EXPRESSION
Previous: uc | Keywords | Next: umask |