Perl Programming/Keywords/lcfirst
Appearance
The lcfirst keyword
[edit | edit source]lcfirst returns EXPRESSION with the first character in lowercase.
Syntax
[edit | edit source] uc EXPRESSION
Previous: lc | Keywords | Next: le |
lcfirst returns EXPRESSION with the first character in lowercase.
uc EXPRESSION
Previous: lc | Keywords | Next: le |