Deleting whole lines containing a phrase
Moderators: AmigoJack, bbadmin, helios, MudGuard
-
haogden
- Posts: 2
- Joined: Thu Mar 06, 2008 4:33 am
Deleting whole lines containing a phrase
I need to delete every line that contains a particular phrase. What can I do? Please and thank you.
- MudGuard
- Posts: 1295
- Joined: Sun Mar 02, 2003 10:15 pm
- Location: Munich, Germany
- Contact:
Replace by nothing.
Code: Select all
^.*ParticularPhrase.*\n