View Single Post
Old 04-27-2020, 05:42 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,144
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
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
theducks is offline   Reply With Quote