View Single Post
Old 07-13-2014, 08:26 AM   #5
Adoby
Handy Elephant
Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.
 
Adoby's Avatar
 
Posts: 1,737
Karma: 26785684
Join Date: Dec 2009
Location: Southern Sweden, far out in the quiet woods
Device: Samsung Galaxy Tab S8 Ultra
There are two possible problems. The calibre interface and the syntax of regular expressions. If you don't already know regular expressions, then I would suggest that is where you should start. There are books and whole websites about it. And also several posts here that tries to explain specific regexp search and replaces.

The interface is simple and doesn't differ from common practice. You create a regexp to match a field, with parentheses to be able to reference parts, and replace with a string that may include references to the parts designated with parentheses.

I assume that you have read what the manual has to say about it:

http://manual.calibre-ebook.com/regexp.html

Last edited by Adoby; 07-13-2014 at 08:32 AM.
Adoby is offline   Reply With Quote