Quote:
Originally Posted by Divingduck
You forgot the parentheses:
Code:
(?P<author>[^_-]+) - (?P<title>[^_].+) \((?P<published>.+)\)
|
Hi Divingduck,
thanks a lot for your answer. I've just tried the example you propposed, but it doesn't seem to work. The problem is that the year is not being detected.
Do you have any other seugestion for me?
Thanks a lot!!