View Single Post
Old 10-20-2021, 08:52 AM   #5
HanG
Junior Member
HanG began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Nov 2019
Device: Tolino
Thanks, for the questions.
1) series:
yes, series is not piece of docx, but while the word processing, i give this information handly for the filename.
2) in calibre Adding Books is a function:
(?P<author>[^_-]+) -?\s*(?P<series>[^_0-9-]*)(?P<series_index>[0-9]*)\s*-\s*(?P<title>[^_].+) ?
or
(?P<author>[^_-]+) -?\s*(?P<series>[^_0-9-]*)(?P<series_index>[0-9]*)\s*-\s*(?P<title>[^_].+) ?

can somebody decrypt it?
I have normally the second, but if I know what this regular expressions means, can I give corresponding name, which include series and language.
the text about regular expressions in calibre is too complicated for me.
HanG is offline   Reply With Quote