Hi Xavier,

will this:
<$list filter="[field:created/^20140(201|301)/]">
filter tiddlers created between 1st Feb 14 and 1st March 14?

Because this doesn't appear to work either.

Perhaps this is the wrong expression for what I want to do?

On Sunday, 2 March 2014 12:38:06 UTC, Xavier wrote:
>
> Jon, 
>
> *only* if the 3 matches, has the date to also match 01 (so that only the 
> first of march matches). No such constraint is put on 2, so that any days 
> of february will match.
>
> X.
>
> -- Xavier Cazin
>
>
> On Sun, Mar 2, 2014 at 1:25 PM, Jon <[email protected] <javascript:>>wrote:
>
>> OK, so I would like to to filter tiddlers created between 2 dates and you 
>> suggested this as a solution:
>>
>> <$list filter="[field:created/^20140(2|301)/]">
>>
>> and gave the explanation below:
>>
>> ^    : Start of the text
>> 2014 : Match "2014" - The year
>> 0    : Match "0" - The first digit of the month
>> (    : this starts a group
>>   2  : this matches a "2" as the second digit of the month
>>   |  : Alternative, so either match the "2" or
>>   3  : Mathch "3" as the second digit of the month
>>   01 : If the 3 matched, also match "01" for the day
>> )    : End of the grouping
>>
>>
>> My understanding of the penultimate line is that 01 will  will match the 
>> 1st day of the month and will therefore filter the results from the 1st 
>> Feb.14 to 1st March 14.
>> What I am finding is that 01, or any other number, doesn't appear to 
>> alter the results.
>>
>> Is it because I don't like fish?
>>
>>
>> On Sunday, 2 March 2014 12:00:43 UTC, Stephan Hradek wrote:
>>>
>>> As I said: try to understand my explanation and ask specific questions 
>>> about what's unclear. I think others would learn from that too.
>>>
>>  -- 
>> 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] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to