Hi all,
This works to find a Tiddler created on a certain date of the month (in
this case, the 1st):
\define regExDateOfMonth() ^\d{6}01 />
<$list filter="[regexp:created<regExDateOfMonth>]">
...
Either of these returns the correct string (^\d{6}01) but doesn't work:
\define regExDateOfMonth() ^\d{6}<<now 0DD>> />
<$list filter="[regexp:created<regExDateOfMonth>]">
...
\define dateOfMonth() <<now 0DD>>
\define regExDateOfMonth() ^\d{6}<<dateOfMonth>> />
<$list filter="[regexp:created<regExDateOfMonth>]">
...
So, how do I find <<now 0DD>> at the 7th character of a field, in a regexp
filter?
Thanks! =-)
David.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywikidev/abc32c4e-030b-4f85-b0dd-e4a2e6234b31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.