I would like to search in my eclipse project all files where the expression "BLABLA" isn't in those files.
Examples:
File1 : text + blabla File2 : text without blabla File3 : text without blabla File4 : text + blabla
I would like to return File 2 and 3.
Thx a lot