Page 1 of 1

Ignoring differences in lines

Posted: Tue Jul 06, 2004 1:33 pm
by blambmn
I have two files for comparing. I want to ignore any lines which contain one or more character strings such as "ModificationDate" or "KeepTogether". Again, if a line contains either of those two words, I do not want that line in the comparison. I've read through the Regular Expressions help, but don't understand how I can do this. Can you help?

Posted: Tue Jul 06, 2004 5:18 pm
by psguru
Use the following regex (remove quotes): "ModificationDate|KeepTogether"