I need some help, folks, and as kind as Dennis was to reply to 
Govinda, it made NO sense to me--I did not see any actual reply 
to the question asked:

>I know how to find literal strings and also how to find NOT
>certain characters (*individually*), but I don't know how to find NOT
>an exact sequence of chars.

Ditto. What I need to know is how to find any line that does not 
contain the word “Excluding”; the following do not work:

^(.+)(?:Excluding)(.+)(\r+)
^(.+)(^(Excluding))(.+)(\r+)

Nor do any other (of the many) attempts I’ve tried and there 
is no information in the grep help viewer on how to “find 
anything but an exact sequence of chars.” If such is 
possible--and I assume it is a painfully simple answer--it would 
be much appreciated to have a concise explanation added to the 
grep help viewer file.

Please help!

Thank you!

-- 

Richard Fairbanks
[email protected]


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to "[email protected]" 
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to