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