Quote:
Originally Posted by PCreighton
Samantha James - His Wicked Ways.pdf
Samantha James - Mckay 01 - His Wicked Ways.pdf
any help is appreciated.
|
Try this:
Code:
^((?P<author>([^\-_0-9]+)(?=\s*-\s*)(?!\s*-\s*[0-9.]+)|\b))(\s*-\s*)?((?P<series>[^0-9\-]+)(\s*-\s*)?(?P<series_index>[0-9.]+)\s*-\s*)?(?P<title>[^\-_0-9]+)
I know it's complicated, but it works on yours and many many more.