Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: change [A-Z] to U, [a-z] to L with one regex?

by punch_card_don (Curate)
on Mar 19, 2013 at 12:10 UTC ( [id://1024281]=note: print w/replies, xml ) Need Help??


in reply to change [A-Z] to U, [a-z] to L with one regex?

It may be useful to stop and ask why one would want to do that. Is there some compelling practical reason? Sometimes we just get caught up in the mindset that it's more elegant to condense as much as possible, but it's not always. The original code
$r =~ s/[A-Z]/U/g; $r =~ s/[a-z]/L/g;
is so crystal clear and simple. It's probably pretty darn efficient too. Why garble it up just to save a line?



Time flies like an arrow. Fruit flies like a banana.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (8)
As of 2024-04-23 10:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found