Perl Programming/Keywords/lcfirst

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Previous: lc Keywords Next: le

The lcfirst keyword

[edit | edit source]

lcfirst returns EXPRESSION with the first character in lowercase.

Syntax

[edit | edit source]
  uc EXPRESSION

See also

[edit | edit source]
Previous: lc Keywords Next: le