View Single Post
Old 10-03-2011, 03:30 PM   #5
daishan9
Junior Member
daishan9 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2011
Device: none
Quote:
Originally Posted by Manichean View Post
That's because the named groups are empty. You'll need to actually fit an expression in there describing what you want to match. Try
Code:
(?P<series_index>\d+) - (?P<series>.*?) - (?P<title>.*?)
or something similar.
Thank you very much. This worked great!
daishan9 is offline   Reply With Quote