Quote:
Originally Posted by CWatkinsNash
I have some series books that have the series info in the title. (Yes, I did this, way back before I started using plugboards, and I'm just now getting around to fixing some of them.) I have a rudimentary knowledge of regex (in fact, I think that's how I got them this way to begin with), but I can't get my head around this one.
Ex: Series Name 4 - Title
I need to remove everything before the title. Help?
|
First of all, use Search and Replace tab on the Bulk Metadata editor

Select books with an Identical problem:
The Search field: Title
The mode is Regex
the pattern: (.+ \d+ - ) Note the spaces surrounding the dash and just before the \d
The samples should Exactly agree with what you want. (adjust or remove) undesired changes. pay attention to non-discernible leading spaces.

move the cursor. if it stay at the front of the first letter, you still have a space
Apply
space\d+space matches the numbers (any quantity together)