View Single Post
Old 10-16-2015, 04:11 AM   #1
davy39
Junior Member
davy39 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2013
Device: Sony PRS-T1
Need help with regular expressions

Hi folks,
I'm actually in trouble about some regex in order to import books properly.
Hopefully someone more experimented than me will have time to help me...

My book's names are in this general format :

(serie serieindex) author1, author2, author3,... -book title_ second part of title (serie serieindex)-editor (year of publication).epub

Here're some more details :
- Both fields or part of field (ie serieindex & second part of title) are optionals
- if no author name, book will be name "(serie serieindex) - title.epub"
- in title field, it would be nice if "_" could be replaced by ":"
-Last tricky part, serie+serieindex could be in two different places, sometime even both in the same time. If not possible to combine those two, just keep the one at the begining.

Thanks for your help, I'll keep strugling on this for a while

Last edited by davy39; 10-16-2015 at 04:12 AM. Reason: orthograph
davy39 is offline   Reply With Quote