Quote:
Originally Posted by seadad9903
I have a lot of books that are titled "series name/series number - title". I want to remove all but the title. Using the bulk metadata edit, is there a way to remove a specific number of characters?
|
Yes
REGEX wild card/class with quantifier
\d{9} selects 9 digits (in a row)
[[:alpha:]]{4} 4 letters