Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Regular expression match trouble with "+"

by xorl (Deacon)
on Aug 16, 2006 at 18:33 UTC ( [id://567742]=note: print w/replies, xml ) Need Help??


in reply to Re: Regular expression match trouble with "+"
in thread Regular expression match trouble with "+"

The OP used /i in the regex so one can assume he wants a case insensitive check. Your script needs either an lc or uc done to both strings before doing the compare. See my code in my previous post. In any event we can all agree that a regex isn't the way to go on this problem.
  • Comment on Re^2: Regular expression match trouble with "+"

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

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

    No recent polls found