I'm still new to TW and I continue to struggle with the filter syntax. Here is what I try to achieve:
Code hier eingeben...
<$set name=kurzzeichen value= {{!!kontakt}}>
<<list-links filter:"[regexp:kuerzel<kurzzeichen>sort[title]]">>
</$set>
How can I generalized this when more than one person attended? I know that I have to somehow split the field "kontakt" into its parts (something like [[<kurzzeichen>]split[, ]]) and than to use the items of this newly created array to do the regexp-stuff. To be honest, I have, even after studying the various explanations and examples and googleing for hours, not the slightest idea of how to achieve this. So any hints would very much be appreciated!