Quote:
Originally Posted by davidfor
The following looks like it will work:
Code:
(?P<author>.+) - (?P<published>.+) - \[(?P<series>.*)( - T)?(?P<series_index>[0-9]*)\] - (?P<title>.*)
I've tried it on most of the sample and it worked.
|
Hi David,
Thanks a lot for the suggestion
We are getting closer, but not there yet: the series index is not parsed properly
Also, I'm wondering why the year published is shown with month & day...
Screen shot attached