Hallo,
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"?
Kind regards, Tobias Jung