Quote:
Originally Posted by askyn
random made up stuff, but has same format (note dont really care about authors name
|
If you don't care about authors, try this:
Code:
(?P<series>[^\- ]+)-(?P<series_index>\d+) (?P<title>[^\(\)]*)
It's easy to write one that picks up authors, but when I did it, and you had no author, it defaulted to the entire filename as title.