Quote:
Originally Posted by Doitsu
Both Sigil and Calibre Editor have a Saved Searches feature that allows you to automate search and replace operations.
For Sigil you'll need to reformat your list as follows:
Code:
[search_entries]
1\Name=Anglicise/Anglicise
1\Find=\\baccessorise\\b
1\Replace=accessorize
2\Name=Anglicise/Anglicise
2\Find=\\baccessorised\\b
2\Replace=accessorized
3\Name=Anglicise/Anglicise
3\Find=\\baccessorises\\b
3\Replace=accessorizes
[COLOR="Magenta"]4[/COLOUR]\Name=Anglicise/Anglicise
[COLOR="Magenta"]4[/COLOUR]\Find=\\baccessorising\\b
[COLOR="Magenta"]4[/COLOUR]\Replace=accessorizing
size=[COLOR="Magenta"]4[/COLOUR]
(The above example file is only for the first four entries.)
Save the Saved Searches file with an .ini extension, import it in the Saved Searches dialogue box, select it, click Load Search and Replace All. (You'll also need to select Regex and All HTML Files.)
|
That's incredibly helpful, thanks very much for this.