Page 1 of 1

Ignore feature question

Posted: Thu Jun 06, 2013 12:05 pm
by gtomkies
I am new to the product, and apologize if I didn't see the answer to my following question.

I have two files that I am comparing, and want to ignore lines that begin with <Occ>. There is other text that appears after the <Occ>, but I want to ignore the entire line. What is the proper way to accomplish this? Thanks in advance for your help!

Re: Ignore feature question

Posted: Fri Jun 07, 2013 6:44 am
by psguru
Go to Options | Text Compare | Ignore Lines | Lines matching regular expression, and use the following:

^<Occ>

Re: Ignore feature question

Posted: Fri Jun 07, 2013 7:57 am
by gtomkies
Thank you, I've got it working now. I appreciate your help!