View Single Post
Old 06-12-2010, 10:37 AM   #61
TreborPugly
Member
TreborPugly has learned how to read e-booksTreborPugly has learned how to read e-booksTreborPugly has learned how to read e-booksTreborPugly has learned how to read e-booksTreborPugly has learned how to read e-booksTreborPugly has learned how to read e-booksTreborPugly has learned how to read e-booksTreborPugly has learned how to read e-books
 
Posts: 13
Karma: 954
Join Date: Jun 2010
Device: Mobipocket reader on Blackberry, XO using FBreader, Kindle
Quote:
Originally Posted by Starson17 View Post
Try this:
Code:
^((?P<author>([^\_0-9]+)(?=\s*-\s*)(?!\s*-\s*[0-9.]+)|\b))(\s*-\s*)?((?P<series>[^0-9\-]+) ([-#] ?)?(?P<series_index>[0-9.]+)?\s*-\s*)?(?P<title>[^(]+)
It excludes the open paren from the title.

Thank you muchly. That does the trick.
TreborPugly is offline