View Single Post
Old 12-11-2014, 05:07 PM   #6
Vortex
Groupie
Vortex began at the beginning.
 
Vortex's Avatar
 
Posts: 171
Karma: 10
Join Date: Dec 2008
Device: Likebook Mars
Actually neither of those can cope with the file name "Author - Series - Title.txt"

Your suggestions were really helpful though as I was able to pull the code apart and figure out how to adapt it. This works perfect for my needs:

Code:
^(?P<author>((?!\s-\s).)+)\s-\s((?P<series>.+)?\s-\s)?(?P<title>.+)?
Vortex is offline   Reply With Quote