Thread
:
'and' converting to '&'
View Single Post
12-02-2020, 04:48 PM
#
2
capink
Wizard
Posts: 1,196
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
try changing this in tweaks and see if it helps:
Code:
authors_split_regex = '(?i),?\\s+(and|with)\\s+'
into
Code:
authors_split_regex = '(?i),?\\s+(with)\\s+'
capink
View Public Profile
Find More Posts by capink
Track Posts by capink via RSS