Delete every line starting with 'DP

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
idwidw
Posts: 2
Joined: Thu Apr 02, 2009 8:58 am

Delete every line starting with 'DP

Post 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
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Find what: ^'DP.*\n
Replace with: [nothing]

[X] Regular expression

Replace All
idwidw
Posts: 2
Joined: Thu Apr 02, 2009 8:58 am

Post by idwidw »

Perfect!

Thanks a lot!
Post Reply