Search found 6 matches

by wckc
Wed Jun 09, 2010 8:20 pm
Forum: Advanced Find and Replace
Topic: expression to delete html code using wildcard?
Replies: 0
Views: 22261

expression to delete html code using wildcard?

I need to delete some html code from many pages that have one variable in them.

they look like: <!-- back button --><TD ALIGN="CENTER"><FORM ACTION="http://www.booksofthebible.com/cgi-bin/quick_nav.cgi" METHOD="POST">
<!-- HIDDEN -->
<INPUT TYPE="IMAGE" BORDER="0" NAME="display_p1" SRC="gfx/B-back ...
by wckc
Thu Mar 27, 2008 1:38 pm
Forum: Advanced Find and Replace
Topic: AFR Version?
Replies: 3
Views: 24763

Re: AFR Version?

I am using Version 2.3. How can I upgrade? What is your upgrade policy?

p.s. I use AFR everyday. It's great. I do wish I was more sophisticated, though.
by wckc
Mon Mar 20, 2006 8:01 pm
Forum: Advanced Find and Replace
Topic: Including Filename & External Data
Replies: 10
Views: 70323

Thanks Roman, it does work. What did I just do?

Do you have any directions anywhere for the modifiers and what does \r\n$2/$1 do?

It's not clear how to use this program unless there is more to "help" than I am seeing.

Thanks again for making my liofe a little easier. I spent a few hours ...
by wckc
Mon Mar 20, 2006 2:36 pm
Forum: Advanced Find and Replace
Topic: Including Filename & External Data
Replies: 10
Views: 70323

The to: was the contents of the result files:

These are the result files

p3712.html This is the file name

To: this is the result I want

<HTML><?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: m");
exit();
?></HTML>

p3713.html This is the file name

To: this is ...
by wckc
Mon Mar 20, 2006 1:44 pm
Forum: Advanced Find and Replace
Topic: Including Filename & External Data
Replies: 10
Views: 70323

I am working with .html files named, p3712.html, p3713.html, p3714.html etc. (I don't need the path)

I want to change the contents of each of the files, adding the file name to the end of m. All files have the same content.

All Files
From:
<HTML><?php
header("HTTP/1.1 301 Moved Permanently ...
by wckc
Mon Mar 20, 2006 2:15 am
Forum: Advanced Find and Replace
Topic: Including Filename & External Data
Replies: 10
Views: 70323

I can't get this to work either. I don't even need to do anything as complicated as their example.

I just want to add the complete file name to the end of text in the file.

Text: XXXXXXX.com/ +FILENAME

:cry: