Hi
This is a feature I just proposed to be implemented on the Calibre editor, to no avail. :)
https://www.mobileread.com/forums/sh...d.php?t=284450
Using Sigil to perform a regex, we get a one line information report of this kind:
or
My question is: would it be possible to perform on Sigil a group search and get a report of each regex which is member of this group? The user would read something like:
This kind of report would be far more intuitive than a cumulative figure like:
which, for the user point of view at least, means nothing because it sums up pigs and oranges.
I join the regex group I use on every EPUB after each ODTImport conversion. Up to now, I do it one by one for lack of precise report.
This is a feature I just proposed to be implemented on the Calibre editor, to no avail. :)
https://www.mobileread.com/forums/sh...d.php?t=284450
Using Sigil to perform a regex, we get a one line information report of this kind:
Code:
Matches found 51
Code:
Replacements made 51
Code:
1. Matches found 51
2. Matches found 6215
3. Matches found 324
Code:
Matches found: 6590
I join the regex group I use on every EPUB after each ODTImport conversion. Up to now, I do it one by one for lack of precise report.