Bulk mode MDE can do
Code:
<series name> <series #> - <title>", e.g. "Series 0001 - Title of book
NOT TESTED. Bulk mode has no Undo BACKUP before, verify the right side of the S&R looks 100%
Source: title mode is: Regular expression
search : .+?\s-\s(.+?)
replace with: \1 (no need to spec the dest. Mode is replace field
Decoded:
look for anything up to and including: space dash space (discarded)
Capture everything after that.
replace the title field with the capture