in reply to parsing time information from a TAB delimited array, kind of.

You don't want a regex to do this. You want an SQL query to do this. Run the file through DBX (I think), and then you can SELECT ... WHERE time BETWEEN on it like any other SQL database. A regex for betweens is a nightmare. I know, I've tried it before.
  • Comment on Re: parsing time information from a TAB delimited array, kind of.