Filter and regex
Ludovic Thébault
ludovic.thebault at laposte.net
Fri Aug 20 13:15:55 EDT 2004
On Fri, 20 Aug 2004 09:58:21 -0700, Mark Wieder wrote:
> Well, if that's what you really want, then this does the trick:
>
> 0[1-7]/05/*
Thanks, but it's more difficult. I'm on french system, also the date
format is DD/MM/YY.
I want to found for example all datas of the first week of a month, or
the second week, the third week..
For the first week, your script work fine but for the rest.. i've tried
(to find datas from 8 may to 14 may)
((0[8-9])|(1[0-4]))/05/* but it doesn't work.
PS : This regex works with BBedit (without *).
Ludovic
More information about the use-livecode
mailing list