Hi,
thanks for the replies, but I can't seem to get the desired results.
Using the Advanced search at Tiddlywiki.com and typing the following expressions into the box will produces these results:
[!is[system]regexp:text[feel chained]] will match to tiddler "HelloThere"
but so will
[!is[system]regexp:text[chained]]
Whereas
[!is[system]regexp:text[^feel chained$]] produces 0 match
[!is[system]text[feel chained]] produces 0 match
and
[!is[system]regexp:text[^$]] produces the following matches
I must be doing something wrong, but can't quite see what.
Thanks
Jon