View Single Post
Old 03-01-2022, 09:47 AM   #81
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,844
Karma: 6120478
Join Date: Nov 2009
Device: many
Then use Sigil's regular expression Find and Replace to empty them before running Access Aide.

Something like:

Code:
Find set to use regular expressions with this in the Find field:
<title>[^<]+</title>

And Replace set to:
<title></title>
Then running ReplaceAll should do the trick. But I would make a Checkpoint (or save a copy) just in case it changes something unexpected.

Caveat: I have not tested that but somethin like that should do the trick.

Last edited by KevinH; 03-01-2022 at 03:44 PM.
KevinH is offline   Reply With Quote