Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

perlfunc:lcfirst

by gods (Initiate)
on Aug 24, 1999 at 22:41 UTC ( [id://187]=perlfunc: print w/replies, xml ) Need Help??

lcfirst

See 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 \l escape in double-quoted strings. Respects current LC_CTYPE locale if use locale in force. See the perllocale manpage.

If EXPR is omitted, uses $_.


Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-23 07:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found