Find and Delete line

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Pritesh

Find and Delete line

Post by Pritesh »

Hi

Is there a way to find a string i.e. "Title" or "Rem" and delete the whole line within textpad?
Andreas

Re: Find and Delete line

Post by Andreas »

Search for
.*Title.*\n
replace by nothing

Make sure RegEx is activated
Roy Beatty

Re: Find and Delete line

Post by Roy Beatty »

Or "Mark all" and then Edit > Delete > Bookmarked lines.
Post Reply