rsiedl has asked for the wisdom of the Perl Monks concerning the following question:
But i am wondering if its possilbe to do this with a regex?( {map { $_ => 1 } @myTerms}->{"term"} )
I've tried the above but it hasn't worked. Anyone know?i.e. ( {map { $_ => 1 } @myTerms}->{/TE(.)M/i} )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: regex match in array
by dave_the_m (Monsignor) on May 27, 2004 at 13:17 UTC | |
by rsiedl (Friar) on May 27, 2004 at 13:24 UTC | |
by rsiedl (Friar) on May 27, 2004 at 14:20 UTC | |
|
Re: regex match in array
by Chady (Priest) on May 27, 2004 at 13:16 UTC | |
|
Re: regex match in array
by EdwardG (Vicar) on May 27, 2004 at 13:18 UTC | |
|
Re: regex match in array
by Limbic~Region (Chancellor) on May 27, 2004 at 13:37 UTC |