Quote:
Originally Posted by nynaevelan
Thank you eschwartz it works perfectly.
Ok, Eschwartz: I have another challenging question for you. I have tags like "Romance/International" or "Read - Romance/International". Is there any way to shorten it with a plugboard to the first letter before the "-" and before and after the "/". In other words it would show up as "R - R/I" or "R/I".
I know you are thinking why do I need all this crap, but it is the tags, purchased and series info that goes into collections, and this helps with the PW2 update debacle.
|
Try this:
Code:
{tags:re((([^-/])*( - ))?([^-/])*(/)([^-/])*,\2\3\4\5\6)}
and tell me if it works.