Quote:
Originally Posted by crich70
Is there a quick way to remove things like + from a book title? I converted some books from zips to epubs and they had + signs in between words in the titles.
|
Metadata editor:Bulk mode Search and replace (tab) REGEX mode
plus is a wild card, so it will need to be escaped (\+)
Foo+Bar+Title
Search
replace:
there is a space there

Save this search
Rather than finding the perfect code, just remove 1 + at a time
run the replace
Exit S+R
Your title should now be: Foo Bar+Title
Find the titles that still have 1 or more +
Repeat