View Single Post
Old 07-15-2024, 09:31 AM   #4
oloco
Junior Member
oloco began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jun 2024
Device: kindle
Quote:
Originally Posted by Divingduck View Post
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!!
oloco is offline   Reply With Quote