Page 1 of 1

ignore comment

Posted: Thu Jan 31, 2008 12:27 pm
by mariah
Hi, I need to use ignore comment optioin for this line:

Date and Time : Jan 28: 08

I tried several regular expression, but I could not get it, the latest thing I tried is

^.*Date

please help me , thanks

Posted: Thu Jan 31, 2008 12:59 pm
by mariah
I think I got that one using something like :

.*..:..

but I do not know how to ignore this one, nothing work for me sofar:

Time to End: 1hr, 0 min

I appreciate any reply

Posted: Thu Jan 31, 2008 3:25 pm
by psguru
You can use a regular expression such as:

Date and Time|Time to End

to ignore lines with either of these phrases.