Filter and regex

Ludovic Thébault ludovic.thebault at laposte.net
Fri Aug 20 10:57:32 EDT 2004


Hello,

I want to filter a list by date. For example i want all lines which 
contains a date between 01/05/* to 07/05/*
I try this :

filter myList with "(01|07)/05/*"
filter myList with "((01)|(07))/05/*"
filter myList with "[01|07]/05/*"

but it doesn't seem to work.

Any idea ? thanks


Ludovic


More information about the use-livecode mailing list