Quote:
Originally Posted by shalym
Will that work in the bulk metadata editor? Or does it have to be done for each book, one by one?
Shari
|
Yes, in Search and replace, regular expression mode.
Code:
Search field: tags
Search for: ^(.+)$ (this matches the entire tag)
Replace with: \1 (this replaces the tag with itself)
Apply function after replace: (choose the one you want.)