in reply to Re: How to look for exact pattern match
in thread How to look for exact pattern match
It's not really what I like to do. I want to remove all exact matches which occur in @test out of the array @in. So the array @in should become (cbga test). With (grep s/($temp)/ /ig,@new_array) it removed all matches instead of exact matches so my array became (c test) instead of (cbga test).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How to look for exact pattern match
by davorg (Chancellor) on Oct 30, 2001 at 16:00 UTC | |
by clintp (Curate) on Oct 30, 2001 at 18:03 UTC | |
by Fletch (Bishop) on Oct 30, 2001 at 16:56 UTC |