I have my book titles named a particular way so they display in the correct order when I view them on my Kindle.
#01 | {book title}
Where 01 is the number of series/sub series.
I've got the following:
- Search field: series_index
- Search for: ^(\d{1,2}).0$
- Replace with: #0 |
- Destination field: title
Now I'm not 100% sure how I'd get the group from the search and insert it in the replace. I don't even know if it's possible.