Delete

General questions about using TextPad

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

Post Reply
mrfaize
Posts: 2
Joined: Mon Jan 22, 2007 11:32 am

Delete

Post by mrfaize »

Delete
Last edited by mrfaize on Wed Sep 22, 2021 8:49 pm, edited 1 time in total.
ben_josephs
Posts: 2461
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Do these do what you require?
Find what: Debug ("[^"]*>")
Replace with: TraceStart \1

[X] Regular expression

Replace All
and
Find what: Debug ("[^"]*<")
Replace with: TraceEnd \1

[X] Regular expression

Replace All
They assume you are using Posix regular expression syntax:
Configure | Preferences | Editor

[X] Use POSIX regular expression syntax
Post Reply