in reply to Re: negative Lookahead or
in thread negative Lookahead or
and the second string does not match anymore. Any help is greatly appreciated.my @strings = ( '<a href="#1">--HIT-<b>MUST MATCH</b></a> <a href="#2">2</a>', '<a href="#1">--HIT-<a name="MUST NOT MATCH">--</a> <a href="#2">2</a +>' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: negative Lookahead
by wog (Curate) on Nov 12, 2001 at 08:15 UTC | |
by eddmund (Initiate) on Nov 12, 2001 at 21:00 UTC |