I want a regular expression that will find every line (in the sample
 data below) that includes "mail" but does not start with "Csic".  (I'm
 doing this in the "find" dialog of Nedit 5.2 (which is the "current"
 version in Mandrake 8.2).)

I've tried REs like the following:

^[^(Csic)].*mail
^[^Csic].*mail
^[^C][^s][^i][^c].*mail

... with variations in the capitalization and in the case sensitivity
 (but I suspect I should stay with "not case sensitive" while I'm
 finding an RE).

The biggest problem is that all of these exclude the line
 CsMandrakeFreq72Email, but they should not.  (I've seen various other
 "anomalies" that I may be able to explain for myself once I understand
 what I'm doing wrong here.)

Can somebody put me on the right track?

thanks,
Randy Kramer

<sample data>
AvoidHTMLInEmailDiscussion 20 Aug 2001 - 14:36 - NEW RandyKramer

This page "reserved" for discussion (pros and cons) of HTML in email.
 See about these pages . Main.RandyKramer 20 Aug 2001

AvoidHTMLinEmail 29 Aug 2002 - 21:33 - r1.8 RandyKramer

HTML in email causes problems for some email clients or their users.
 Our purpose is to make people aware of the problems and request that
 they not use HTML in email ...

CsMandrakeFreq72Email 30 Jul 2002 - 13:08 - r1.3 RandyKramer

The results of some testing toward getting an email server working on
 Church100.home See AboutThesePages. Contents TOC Notes From Windows
 Hosts file I added the following ...

CsicEMailAddressBookEntries 07 Aug 2002 - 01:59 - NEW ValHaring

See AboutThesePages. ENDCOLOR BLUE E-MAIL ADDRESS BOOK ENTRIES ENDCOLOR
 Most e-mail programs have a feature called an ENDCOLOR RED e-mail
 address book ENDCOLOR . This ...

CsicEMailAddressGroups 07 Aug 2002 - 02:23 - NEW ValHaring

See AboutThesePages. ENDCOLOR BLUE E-MAIL ADDRESS GROUPS ENDCOLOR An
 ENDCOLOR RED e-mail address group ENDCOLOR is a list created by you
 containing several e-mail ... 
<end sample data>


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to