Quote:
Originally Posted by BetterRed
Can someone furnish me with a template that will examine the first character of the first tag and if it is '!' then return the substring of first tag from position 1 to end, otherwise return the first tag. I tried but it didn't work
So !Underpass would return Underpass and Crossover would return Crossover.
|
Code:
{tags:'re(sublist($, 0, 1, ','), '^!', '')'}