> > Now we would say > [<case>regexp[^caseone$]]
The difference here is that ^ is the marker for "start of string" and $ "end of string", regex meta characters. But there would be no difference between [<case>regexp[caseone]] and [<case>match[caseone]] So you are not really comparing equal cases. It seems a bit odd to advance "match" when its simply a sub-set in this case. I'm sure there are useful cases, but that is not one of them. Josiah > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e208769a-4065-41ed-b159-b3b3050ab9d1%40googlegroups.com.

