View Single Post
Old 10-27-2015, 01:59 PM   #1
domax
Member
domax began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Oct 2014
Location: Koblenz, Germany
Device: Kindle Fire HD 6, Pocketbook Touch Lux, Tolino Vision
Help with regex: surely simple, but I don't know how

a) I have a great number of ebooks with series in title, but wenn I try to put them in Calibre with this regex:

(?P<author>[^_-]+) -?\s*(?P<series>[^_0-9-]*)(?P<series_index>[0-9]*)\s*-\s*(?P<title>[^_].+) ?

I get some faults. First with double names like Jane Miller-Mitch, then Mitch is put in series. Calibre should search vor ( - ).

b) In Calibre I want to search vor german special vocals (=Umlauten) like ö, ä or ü. Or i want to find words like neü. Sorry, but i Can't manage this. Would you please help me?

Thanks
domax is offline   Reply With Quote