Perl Programming/Keywords/lc

Previous: last Keywords Next: lcfirst

The lc keyword

lc is a function that returns a lowercased version of the EXPRESSION. If no EXPRESSION has been entered, $_ contents are used. The result depends on which code is used for the strings on the system.

Syntax

  lc EXPRESSION
Previous: last Keywords Next: lcfirst
Category:Book:Perl Programming#Keywords/lc%20
Category:Book:Perl Programming