Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

perlfunc:ucfirst

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

ucfirst

See the current Perl documentation for ucfirst.

Here is our local, out-dated (pre-5.6) version:


ucfirst - return a string with just the next letter in upper case



ucfirst EXPR

ucfirst



Returns the value of EXPR with the first character uppercased. This is the internal function implementing the \u 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 studying the Monastery: (6)
As of 2024-04-18 22:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found