swap_around_comma and multiple authors
My library has all authors in LN, FN format (both authors and author_sort).
The builtin swap_around_comma nicely handles the transformation of LN, FN to FN LN. But it is not capable to deal with multiple authors (e.g., LN1, FN1 & LN2, FN2).
I assume this limitation is intentional.
What would be the best way to transform a value with multiple authors?
|