in reply to Re^4: regex testing for multiple values
in thread regex testing for multiple values
Did you try it out?
Did you? :)
$_ = '{IND'; print "Ok\n" if /{IND/; ____ Ok
Update: It seems that I misquoted ww, who actually wrote 'Did you try taking it out?'. My point remains valid, though. The problem is not with the regex, it is somewhere else in the code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: regex testing for multiple values
by ww (Archbishop) on Mar 10, 2008 at 20:32 UTC |