Hi everybody

I have the following problem which I simply cannot figure out how to solve 
it:

I use the following filter expression to list all tiddlers where the field 
"musiker" contains the title of the current tiddler: 

<$set name=name value= {{!!title}}>
>
> <<table-dynamic filter:"[regexp:musiker<name>" fields:"title interpret 
>> year label stil">>
>
> </$set>
>
>
Problem: for a name like "Arca", it does not only list those tiddlers 
containing "Arca", but also those containing "Arcade Fire". 
Solution: I use a regex-pattern like (?<![\w\d])Arca(?![\w\d])

Here's my question: how can I combine a variable name (in this case <name>) 
with a regex-pattern in a filter expression? I tried various approaches 
(value=(?<![\w\d]){{!!title}}(?![\w\d]); 
regexp:musiker[(?<![\w\d]<name>(?![\w\d])) and combinations of these, but 
none work. Any hints on how to do this are highly appreciated. 

Thanks, Guido

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/682b32fa-8f55-4a5c-9e20-4da1a4b0a633o%40googlegroups.com.

Reply via email to