View Single Post
Old 04-25-2013, 11:46 PM   #1342
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: 6,313
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Attached is a version that doesn't strip spaces from around the replace_metadata regular expressions. However, I can't stop the .ini parser stripping trailing spaces. So I've added a '\s'->' ' feature for the replacement string.
Code:
## So this works now:
replace_metadata:
 ships=> & =>/

## But to do the reverse, replace name/name with name & name,
## you have to do this:
replace_metadata:
 ships=>/=>\s&\s
UPDATE Apr 27 2013 - Remove obsolete beta versions

Last edited by JimmXinu; 04-27-2013 at 07:29 PM. Reason: Remove obsolete beta versions
JimmXinu is offline