<br/>
In a program (which supposedly uses Perl for the back-end), it has a
filter field that I can define using Perl regexp expressions.<br/>
<br/>
For example, this line:<br/>
^var1=(?i)(.*)(5705)(.*)<br/>
will find all lines that begin with &quot;var1=&quot;, followed byt any
characters, then 5705, then any other characters.&nbsp; This filter works
fine.<br/>
<br/>
What I want to do is write a filter that finds the opposite lines; i.e all
lines that begin with &quot;var1=&quot; but do not have 5705 in their
value.&nbsp; I tried<br/>
^var1=(?i)(.*)(^5705)(.*)<br/>
but that didn't work...<br/>
<br/>
Any ideas?&nbsp; <br/>
<br/>
Dan<br/>
<br/>
- - - -<br/>
&quot;Wait for that wisest of all counselors, time.&quot; -- Pericles<br/>
&quot;I do not fear computers, I fear the lack of them.&quot; -- Isaac
Asimov<br/>
&quot;Soon we will be able to harness the rotational energy from Orwell's
grave to solve all world energy problems.&quot; -- /. user GigsVT
(208848)<br/>
GPG fingerprint:6FFD DB94 7B96 0FD8 EADF  2EE0 B2B0 CC47 4FDE 9B68