![]() |
|
We don't bite newbies here... much | |
PerlMonks |
perlfunc:lcfirstby gods (Initiate) |
on Aug 24, 1999 at 22:41 UTC ( [id://187]=perlfunc: print w/replies, xml ) | Need Help?? |
lcfirstSee the current Perl documentation for lcfirst. Here is our local, out-dated (pre-5.6) version: ![]() lcfirst - return a string with just the next letter in lower case
![]() lcfirst EXPR lcfirst
![]()
Returns the value of
EXPR with the first character lowercased. This is the
internal function implementing the
If
EXPR is omitted, uses |
|