Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Pattern matching with hash keys

by prasadbabu (Prior)
on Oct 04, 2010 at 06:37 UTC ( [id://863269]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Pattern matching with hash keys
in thread Pattern matching with hash keys

You can do that with regex with 'i' option modifier which stands for ignore case. Refer perlre. For example,

$str =~ /rabbit/i
But TIMTOWTDI, you can do that with functions also.

Prasad

Log In?
Username:
Password:

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

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

    No recent polls found