View Single Post
Old 09-01-2015, 06:23 PM   #1
gstock97
Member
gstock97 began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Sep 2015
Device: Kindle Oasis
Regex Help Needed



I am not a programmer or dba by any stretch of the imagination. I have spent the better part of a half day trying to get a simple regex import to work. I give up....

My files are named like so.

Author - (Series-01) (2012) Title.epub

My regex is
(?P<author>.+) - (?P<series>[^)].+)-(?P<series_index>\d.+)\s(?P<published>[^_].+)\s(?P<title>[^_].+)

See screen capture for result

Thanks for any help!

G
Attached Thumbnails
Click image for larger version

Name:	Clipboard01.jpg
Views:	210
Size:	59.9 KB
ID:	141590  
gstock97 is offline   Reply With Quote