Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: What is the best way to capitalize a string?

by plaid (Chaplain)
on Jul 15, 2000 at 00:53 UTC ( [id://22639]=note: print w/replies, xml ) Need Help??


in reply to What is the best way to capitalize a string?

A couple (better?) ways come to mind:
$string = uc($string);
$string =~ tr/a-z/A-Z/;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://22639]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-23 12:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found