- June 20, 2009
- 14
- 0
Thanks. I have never used named groups before and always just used numbers for captured references in the past. Knowing about named groups can be handy!
I was thinking that the plugin had something to do with it filling in <series> and <season> by matching them to sections not defined in the regex or something (something like <series> matching (.*) and <season> matching (\d+) or something along those lines...dumb moment!) Named groups definitely makes more sense than my weird ideas.
I should be able to figure it out from there. Thanks.
I was thinking that the plugin had something to do with it filling in <series> and <season> by matching them to sections not defined in the regex or something (something like <series> matching (.*) and <season> matching (\d+) or something along those lines...dumb moment!) Named groups definitely makes more sense than my weird ideas.
I should be able to figure it out from there. Thanks.