View Single Post
Old 11-04-2009, 10:27 AM   #3
wygit
Enthusiast
wygit doesn't litterwygit doesn't litter
 
wygit's Avatar
 
Posts: 33
Karma: 112
Join Date: Jul 2009
Device: Sony PRS-505
this is what I'm using... it requires the space-hyphen-space between author, series(if there) and title, but it will filter out the brackets

(?P<author>[a-zA-Z'. ]+?) - \[?((?P<series>[a-zA-Z' ]+) (?P<series_index>[0-9\.]+)\]? - )?(?P<title>[^\.]+).*
wygit is offline   Reply With Quote