Quote:
Originally Posted by dwanthny
When I tested it with this
01505798756X.Silly Press.The.Strange.Professional.Title.Jul.1985.epub
It put 1985 in the title and the rest as isbn. Sort of want it to break on the first period, not the last. You can test it under adding books preferences.
|
Code:
(?P<isbn>[0-9X?)(?P<title>[^_]+)
works for the ISBN part