On Mon, 11 Dec 2006 14:41:32 -0000, Tobias Jung newsgr@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.