Quote:
Originally Posted by salines
Hi,
I also have some problems with a regex for importing books.
My books look like this:
"author - title.epub"
"author - series xx - title.epub"
That work fine IF author NOT looks like: "Brain, Master-Mind"
The "-" within the author splits the "Master-Mind" and makes the "Mind..." to the series.
BTW: I always use " - " as separator.
Please help me. I tried it alone - but....no success....
|
do you use just -
or do you use <space>-<space>
there is a difference (and it avoids hyphenated words

)