in reply to Re: Two-dimensional match/regex?
in thread Two-dimensional match/regex?
my $target = q{ MM oo < -/ /^\ : C : 8===8 |^| ||| -~-~ }; print "Match!\n" if ($target =~ /\/\^\\\n.+C/m);
... produces ...
C:\>test.pl Match!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Two-dimensional match/regex?
by osfameron (Hermit) on May 22, 2002 at 12:43 UTC |