With forEachTidler I am trying to find tiddlers with tags matching
certain patterns. I read carefully through the posts in this group
related to this topic but wasn't able to figure out a solution.
This is what I have:
<<forEachTiddler where
'tiddler.tags.sort().join("]]").contains(new RegExp("....\-..
\-..","gm"))'
>>
Date tags with format "YYYY-0MM-0DD" should be found. As far as I
understood the tag array is converted to a string after the join but I
obviously do not understand how to apply the RegExp function to it ...
Any hints welcome!
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.