Ignoring differences in lines
Posted: Tue Jul 06, 2004 1:33 pm
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?