problem with find and replace path

General questions about using WildEdit

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

Post Reply
apple
Posts: 1
Joined: Mon Sep 17, 2007 6:43 pm

problem with find and replace path

Post by apple »

Hi all,

I want to find a path a replace with another path in the code in 100 files. Here is the orginal code:
ONDOWNLOAD FOLDER=N:\Customer\Correspondent\Fairfield_Network FILE=C2003--1.CSV
WINCLICK X=440 Y=409 CONTENT=

replace with:
ONDOWNLOAD FOLDER=N:\Cusomter\Suntrust\Correspondent\Fairfield_Network FILE=C2003.--1CSV
TAG POS=1 TYPE=A ATTR=TXT:View&&HREF:javascript:__doPostBack('RateSheetGrid$_ctl2$View','')

There are many winclick coordinate in the code. I just want to replace for a particular winclick above only. How can I do that?
Thanks in advance
ben_josephs
Posts: 2461
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

Do you mean that you want to replace only the exact text
ONDOWNLOAD FOLDER=N:\Customer\Correspondent\Fairfield_Network FILE=C2003--1.CSV
WINCLICK X=440 Y=409 CONTENT=

which contains a newline?

If so, try searching for that exact text with these settings:
[ ] Regular expression [i.e., not selected]
[ ] Replacement format [i.e., not selected]

Options

Syntax options:
[ ] Newline separates alternatives [i.e., not selected]

Literal line break characters:
[X] [as appropriate]
Post Reply