View Single Post
Old 02-01-2015, 04:43 PM   #629
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Code:
{author_sort:'re(sublist($, 0, 1, '&'), ',', '')'}
Broken down:
Code:
        #enter template program mode
{author_sort:'
        #regex
re(
        #Find the first author_sort
    sublist($, 0, 1, "&"),
        #and replace the comma
    ",",
        #with nothing
    ""
)
'}

Last edited by eschwartz; 02-01-2015 at 04:45 PM.
eschwartz is offline   Reply With Quote