Thank you.
How do I escape a forward slash? the first if of this statement isn't working for me. I tried adding a second slash to escape it but it errored too.
Code:
program:
if $$#fanficcat then
list_re($tags, ',', '\.', '!')
elif $formats == 'PDF' then
'PDF'
else
list_re($tags, ',', '^(.*?)($|\..*$)', '\1')
fi
Also, how would you apply a sublist of just first item to the list_re? See the third item in the screenshot. I tried enclosing it but I broke it.

This is for my #kobopath composite for a save template.