Hi
Is there a way to find a string i.e. "Title" or "Rem" and delete the whole line within textpad?
Find and Delete line
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: Find and Delete line
Search for
.*Title.*\n
replace by nothing
Make sure RegEx is activated
.*Title.*\n
replace by nothing
Make sure RegEx is activated