Quote:
Originally Posted by CoreyEMTP
For those curious or who have a similar file layout, here's the regex that finally worked:
Code:
^(?P<author>.+?)\s-\s(?P<title>(?:(?!\s[\(\[]).)+)(?:\s\((?P<published>\d{4})\))?(?:\s\[(?P<isbn>\d{10,13})\])?$
...and this is in 9.2.1, so yes it absolutely does have a (?P<isbn>)
|
Then Kovid must have made a special x-reference to identifiers, as He removed the (unused) ISBN column according to the release notes.