Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Search and Replace Utility

Reply
Thread Tools

Search and Replace Utility

 
 
MG
Guest
Posts: n/a
 
      02-13-2008
Can you recommend an easy to use Search and Replace Utility that will
operate on multiple files. Typical use will be to modify navigation menus
across multiple html files, or to update the copyright notice from 2007 to
2008, etc. Preferably freeware.

Or is there a good website that lists them, with ratings.

Google lists hundreds of them. Free to download, but then pay to use.
Evaluating them will be a huge task.

Thanks
MG


 
Reply With Quote
 
 
 
 
J.O. Aho
Guest
Posts: n/a
 
      02-13-2008
MG wrote:
> Can you recommend an easy to use Search and Replace Utility that will
> operate on multiple files. Typical use will be to modify navigation menus
> across multiple html files, or to update the copyright notice from 2007 to
> 2008, etc. Preferably freeware.


sed is perfect for this kind of job.
It's released under GPL as software should be.


--

//Aho
 
Reply With Quote
 
 
 
 
JohnW-Mpls
Guest
Posts: n/a
 
      02-13-2008
On Wed, 13 Feb 2008 22:34:33 +0200, "MG" <> wrote:

>Can you recommend an easy to use Search and Replace Utility that will
>operate on multiple files. Typical use will be to modify navigation menus
>across multiple html files, or to update the copyright notice from 2007 to
>2008, etc. Preferably freeware.
>
>Or is there a good website that lists them, with ratings.
>
>Google lists hundreds of them. Free to download, but then pay to use.
>Evaluating them will be a huge task.
>
>Thanks
>MG
>

Take a look at Edit Pad Pro - it will do HTML multiple-file search
and replace. Price is $49.95 for single user. editpadpro.com

For most of my HTML, I am still using Homesite which I have had for
over 7 years now. I don't know if it is still for sale - code rights
were sold to Marcromedia who was later bought by Adobe.

I originally got Edit Pad Pro to replace WordPad, etc, but it is a gem
- can do all kinds of things - I installed it last summer and am still
learning and personalizing it - even using it instead of my old
favorite TSE (The Semware Editor, the grown-up QEdit). I been
editing and writing code for 30 years and this is one nice product.

--
JohnW-Mpls
 
Reply With Quote
 
Ed Jay
Guest
Posts: n/a
 
      02-13-2008
MG scribed:

>Can you recommend an easy to use Search and Replace Utility that will
>operate on multiple files. Typical use will be to modify navigation menus
>across multiple html files, or to update the copyright notice from 2007 to
>2008, etc. Preferably freeware.
>
>Or is there a good website that lists them, with ratings.
>
>Google lists hundreds of them. Free to download, but then pay to use.
>Evaluating them will be a huge task.
>

Absolutely the best one I've come across, and it's free.
<http://www.orbit.org/replace/>
--
Ed Jay (remove 'M' to respond by email)
 
Reply With Quote
 
Blinky the Shark
Guest
Posts: n/a
 
      02-14-2008
MG wrote:

> Can you recommend an easy to use Search and Replace Utility that will
> operate on multiple files. Typical use will be to modify navigation menus
> across multiple html files, or to update the copyright notice from 2007 to
> 2008, etc. Preferably freeware.
>
> Or is there a good website that lists them, with ratings.
>
> Google lists hundreds of them. Free to download, but then pay to use.
> Evaluating them will be a huge task.


I was quite happy with this, before I got off the MS tit. Not that you
mentioned what OS you'd like such a utility for, thus requiring guesses.

http://www.inforapid.de/html/searchreplace.htm


--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Blinky: http://blinkynet.net

 
Reply With Quote
 
Bergamot
Guest
Posts: n/a
 
      02-14-2008
MG wrote:
> Can you recommend an easy to use Search and Replace Utility that will
> operate on multiple files. Typical use will be to modify navigation menus
> across multiple html files, or to update the copyright notice from 2007 to
> 2008, etc. Preferably freeware.


Consider using a pre-processor. Change the navbar once, run a script,
and the site is all updated in a few seconds. Upload it and you're done.

The one I use is GTML, written in perl, but there are plenty of others.
http://www2.lifl.fr/~beaufils/gtml/

--
Berg
 
Reply With Quote
 
Ed Mullen
Guest
Posts: n/a
 
      02-15-2008
JohnW-Mpls wrote:
> On Wed, 13 Feb 2008 22:34:33 +0200, "MG" <> wrote:
>
>> Can you recommend an easy to use Search and Replace Utility that will
>> operate on multiple files. Typical use will be to modify navigation menus
>> across multiple html files, or to update the copyright notice from 2007 to
>> 2008, etc. Preferably freeware.
>>
>> Or is there a good website that lists them, with ratings.
>>
>> Google lists hundreds of them. Free to download, but then pay to use.
>> Evaluating them will be a huge task.
>>
>> Thanks
>> MG
>>

> Take a look at Edit Pad Pro - it will do HTML multiple-file search
> and replace. Price is $49.95 for single user. editpadpro.com
>
> For most of my HTML, I am still using Homesite which I have had for
> over 7 years now. I don't know if it is still for sale - code rights
> were sold to Marcromedia who was later bought by Adobe.
>
> I originally got Edit Pad Pro to replace WordPad, etc, but it is a gem
> - can do all kinds of things - I installed it last summer and am still
> learning and personalizing it - even using it instead of my old
> favorite TSE (The Semware Editor, the grown-up QEdit). I been
> editing and writing code for 30 years and this is one nice product.
>


I'll second that. Been using EditPad Pro for a number of years as my
default editor. Love it.

--
Ed Mullen
http://edmullen.net
UnHallmark Card: My tire was thumping, I thought it was flat. When I
looked at the tire I noticed your cat. Sorry!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Losing $1 and $2 variables in my search and replace expression laredotornado@zipmail.com Perl Misc 1 06-21-2012 04:43 PM
| SEO , Search Engine Optimizer, SEARCH OPtiMIzAtIoN with SeaRch OPtiMizer optimizer.seo@gmail.com Digital Photography 0 04-22-2007 04:20 AM
quick and dirty registry search and replace? VB? Dave - Dave.net.nz NZ Computing 14 11-08-2004 07:44 PM
search within a search within a search - looking for better way...my script times out Abby Lee ASP General 5 08-02-2004 04:01 PM
Search and replace with NIO and Regex? Mark McKay Java 3 01-21-2004 05:29 PM



Advertisments