Quote:
Originally Posted by Doitsu
I'm not familiar with Jutoh, however, in Calibre and Sigil, you'll need to use \1 to refer to the first match (marked by parens).
For example:
Find: Chapter (\d+)
Replace: Kapitel \1
==========================================
Versuche es mal mit \1 anstatt von ^&. Außerdem musst Du noch den wiederzuverwendenden Suchbegriff in runde Klammern einschließen.
|
Note that this (in Sigil at least) requires that you using Regex (regular expression) mode in the find an replace dialog. (Probably obvious, but just being complete

.)