View Single Post
Old 11-06-2010, 02:38 PM   #1
seagull
Addict
seagull considers 'yay' to be a thoroughly cromulent word.seagull considers 'yay' to be a thoroughly cromulent word.seagull considers 'yay' to be a thoroughly cromulent word.seagull considers 'yay' to be a thoroughly cromulent word.seagull considers 'yay' to be a thoroughly cromulent word.seagull considers 'yay' to be a thoroughly cromulent word.seagull considers 'yay' to be a thoroughly cromulent word.seagull considers 'yay' to be a thoroughly cromulent word.seagull considers 'yay' to be a thoroughly cromulent word.seagull considers 'yay' to be a thoroughly cromulent word.seagull considers 'yay' to be a thoroughly cromulent word.
 
Posts: 247
Karma: 89950
Join Date: Dec 2009
Device: Amazon Kindle 2
Search and Replace with consecutive numbers?

Hi,
I'm editing a PG epub file that already has a TOC, however the links are like:
Code:
<a href="../Text/www.gutenberg.org%40files%4025525%4025525-h%40files%402151%402151-h%402151-h-3.htm#id_2H_4_0068">
and I would like to replace them with:

Code:
<a href="#1">
#2, #3 and so on, consecutively, is there anyway to do this?
seagull is offline   Reply With Quote