I want to delete the whole line if the line contains a specific word for example \"cat\".
If \"cat\" is in this line, delete the whole
You need something like:
[a-z]*cat[a-z]*
I don't know if you have spaces or other special caracters...