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!
Ignore feature question
Re: Ignore feature question
Go to Options | Text Compare | Ignore Lines | Lines matching regular expression, and use the following:
^<Occ>
^<Occ>
psguru
PrestoSoft
PrestoSoft
Re: Ignore feature question
Thank you, I've got it working now. I appreciate your help!