View Single Post
Old 08-29-2015, 09:26 AM   #509
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,045
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
Is it possible to replace a single character (this one &) with another without having to add everyplace I find it in "replace metadata".

Like this:

Code:
   characters,ships,category=>.*&.*=>§
If you don't specify a metadata entry (IE, use a two part line), it will effect all metadata entries.

However, what you show in your example says 'replace everything before & and everything after it with §'.

It's more likely you want:
Code:
 &=>§
JimmXinu is online now   Reply With Quote