Add Books - Regex Help Please
Hi:
I have some books that are named like this Anthony, Piers - Xanth 28 - Currant Events
This is the regex which I have now: (?P<author>[^_]+) - (?P<series>[^_]+) - (?P<title>.+)
Can someone help me adjust it so that the index number (28 in this example) can be inputted into the index field instead of part of the series name?
Nyn
|