Quote:
Originally Posted by Thom*
Wouldn't it be neat if you could call the rename function, or the split function, or any other function from a regex-function. Then this would be flexible and easily accomplished.
|
And that way exists, it is called plugins.
http://manual.calibre-ebook.com/crea...t-book-plugins
A regex function operates on matched text, in the context of a single file at a time, it does not make sense to do arbitrary processing from within it.