I'd like to remove all rows in a .txt
using regex in Notepad2. Example:
Remove all rows not containing the word Engineer
:
Erik, 35, CEO
John, 24, Engineer
Stan, 22, Sales
Bill, 21, Operations
Katie, 31, Sales
Is there a simple solution to this problem ?