Quote:
Originally Posted by Starson17
In steps 1 and 2, the regex search can be very useful, if, for example, you want all titles that have an underscore or open paren use:
title:"~[_\(]"
Surely, your messed up titles with underscores, series and authors will have some characteristic you can find most of them with, even if it's just space-hyphen-space.
(I know: Don't call me Shirley!)
|
Airplane.. My kind of humor
Doesn't the Regex method only work While importing? Not after the damage has been done?