Quote:
Originally Posted by FaceDeer
|
There is a tweak for this:
Code:
ID: authors_split_regex
By default, calibre splits a string containing multiple author names on
ampersands and the words "and" and "with". You can customize the splitting
by changing the regular expression below. Strings are split on whatever the
specified regular expression matches, in addition to ampersands.
Default: r'(?i),?\s+(and|with)\s+'