- April 9, 2008
- 11
- 2
- 43
- Home Country
-
United Kingdom
Re: AW: Expressions/Rules requests
This one should work on all three examples.
(?<series>[^\\]*)\\S(?<season>\d{1,2})E(?<episode>\d{1,3})(?(?=E)E(?<episode2>\d{1,3})) - (?<title>\w*).(?<ext>\w{1,3})
Hope this helps.
This one should work on all three examples.
(?<series>[^\\]*)\\S(?<season>\d{1,2})E(?<episode>\d{1,3})(?(?=E)E(?<episode2>\d{1,3})) - (?<title>\w*).(?<ext>\w{1,3})
Hope this helps.