Some alternatives that are more compact:

<$vars expression="Footnotes##myref1([^0-9]|\b)">
<$list filter="[regexp:text<expression>]">
{{!!title}}<br>
</$list>
</$vars>

<$vars expression="Footnotes##myref1(^\d|\b)">
<$list filter="[regexp:text<expression>]">
{{!!title}}<br>
</$list>
</$vars>

On Tuesday, December 21, 2021 at 10:06:55 AM UTC-4 Charlie Veniot wrote:

> G'day Jon,
>
> Sounds like you need something along the lines of:
>
> <$vars expression="Footnotes##myref1([^0123456789]|\b)">
> <$list filter="[regexp:text<expression>]">
> {{!!title}}<br>
> </$list>
> </$vars>
>
> On Tuesday, December 21, 2021 at 3:18:36 AM UTC-4 Jon wrote:
>
>> Hi,
>>
>> I have this as the 1st line of a filter
>>
>> <$list filter=[regexp:text[Footnotes##myref1]]>
>>
>> to find 'myref1' references, but I've discovered that it's also finding 
>> 'myref11', 'myref12' etc.
>>
>> What do I need to include to get an exact match?
>>
>> Regards
>> Jon
>>
>

-- 
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/4de21e99-af09-49c3-b82e-393093c81c4an%40googlegroups.com.

Reply via email to