in reply to
Re: Regular Expression
in thread
Regular Expression
Perhaps because it would accept the text "abcABC" and reject the text "abcABCxyz"? Now,
(keys %{{map {lc,1} /abc|xyz/gi}} == 2)
would work...
Comment on
Re^2: Regular Expression
Download
Code
Replies are listed 'Best First'.
Re^3: Regular Expression
by
Roy Johnson
(Monsignor)
on Feb 09, 2005 at 23:53 UTC
Touché.
Caution:
Contents may have been coded under pressure.
[reply]
In Section
Seekers of Perl Wisdom