Using Regular Expressions for filtering items in spreadsheet

Hi there,

I have a spread sheet that consists of a time column with entries in the following format 15/11/14 17:56

I am interested in filtering items in the range of 12:00 to 18:00 for all the dates. Can anyone help me how to accomplish this using filters and regular expressions?

Thanks

Hallo

works here with Filterkriterium .+ (1[2-7]:[0-5][0-9])|(18:00):00$

and [x]regular Expression under →more Options