View Single Post
Old 10-24-2014, 10:46 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,109
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Wipneus View Post

Sometimes i have a book were i want to change the title between the tags. Then i see that every page has an different number and/or letter

On page 1 stands <title>x97890451166172</title>
On page 2 stands <title>x97890451166173</title>

until to

The last page <title>x97890451166202</title>

Now i can change them page by page (editing) but is there a simple way to change them all together
to <title>Robin Hood</title>

Sorry for my bad english but i hope you can understand what i ask.
Use the Editor
(REGEX) search:<title>x\d+</title>
replace:<title>Robin Hood</title>

searches for <title> that contains x and any number of digits (probably over kill, but I like to enforce limits when possible)
theducks is offline   Reply With Quote