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
Multi-line Search - Replace?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
Berend Hasselman
Re: Multi-line Search - Replace?
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
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