View Single Post
Old 09-17-2012, 05:24 AM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,469
Karma: 8025600
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
If the same prefix is put on each tag then you can do it with list_re.

If the prefix must change according to the value of the tag, then things are much more interesting. It can be done in general program mode with a sequence of list_re, one for each value to change, but this will have bad performance. If you know some programming and python, then the best approach would be a custom formatter function, because you can loop over the values and generate whatever result you want.
chaley is offline   Reply With Quote