Page 1 of 1

wid card (replace all)

Posted: Mon Jan 31, 2005 5:32 pm
by bigal
I need to replace many file to all be the same......is there a wild card that will do this.....

Posted: Mon Jan 31, 2005 5:32 pm
by Abacre
Hi,

Sure it's possible:

Search for:
\A(.*)\Z

Replace with:
yourtext

Where yourtext is your text you want to insert.
Note that you may insert new lines in the text as \r\n and any other chars.

Very important to put correct modifiers:
Modifier S = ON
Modifier M = ON
Modifier I = ON
Modifier G = ON

We verifies these examples they perfectly work.