Page 1 of 1

Delete every line starting with 'DP

Posted: Thu Apr 02, 2009 9:02 am
by idwidw
Hello,

I need a very simple expression. Sorry, I didn't find it in the forum...

So everything is in the subject, I need to delete every line starting with the string 'DP

Do you know how to do that?

Idwidw

Posted: Thu Apr 02, 2009 10:22 am
by ben_josephs
Find what: ^'DP.*\n
Replace with: [nothing]

[X] Regular expression

Replace All

Posted: Thu Apr 02, 2009 12:10 pm
by idwidw
Perfect!

Thanks a lot!