Multi-line Search - Replace?

General questions about using TextPad

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

Post Reply
David L

Multi-line Search - Replace?

Post by David L »

I need to replace text that goes across several lines with updated text. I can't find how to accomplish this without doing several repeated search-replace procedures. Is there a way to accomplish this?

Thanks
Berend Hasselman

Re: Multi-line Search - Replace?

Post by Berend Hasselman »

Yes.

When using reg. expressions you can use \n to span line boundaries.
But don't use this for anchoring on the end of a line.
More details are in Textpad help file.

Look in the help file for the following entries

1. How To, Find and Replace text, Use Regular Expressions
2. Reference Information, Regular Expressions.

Berend Hasselman
Post Reply