wid card (replace all)

General discussions about Advanced Find and Replace
Post Reply
bigal

wid card (replace all)

Post by bigal »

I need to replace many file to all be the same......is there a wild card that will do this.....

Abacre
Site Admin
Posts: 1223
Joined: Mon Jan 31, 2005 5:32 pm

Post 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.

Post Reply