[TxMt] Finding lines that DON'T match
porneL
mailinglist at pornel.net
Mon Dec 11 15:50:13 UTC 2006
On Mon, 11 Dec 2006 14:41:32 -0000, Tobias Jung <newsgr at tobiasjung.net>
wrote:
> I've got a file with a LOT of lines that match the following regular
> expression:
> ([0-9]+);([^;]+);([0-9]+);([0-9.]+);\n
>
> But within that file there are a few lines that don't match (in various
> ways) and I've got to find those lines. Is there a way to tell
> TextMate: "Find everything that DOESN'T match the given regular
> expression"?
You could use shell command egrep with -v switch.
--
regards, porneL
More information about the textmate
mailing list