Quote:
Originally Posted by Adoby
Try searching for:
^(.+)\s\[(.+)\]\s(.+)$
and replace with \3
\1 is series name, \2 is series #, \3 is title name.
But as always when using search and replace, make sure you have a recent backup. There is no undo...
|
Could someone please be a little more specific re the above expression. Does it mean that the first (.+) gets filled in like (.+series name), etc.?? Thank you for any help on this.