Ignoring differences in lines

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Post Reply
blambmn
New Member
Posts: 1
Joined: Mon Jun 14, 2004 12:52 pm

Ignoring differences in lines

Post 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?
User avatar
psguru
Site Admin
Posts: 2231
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post by psguru »

Use the following regex (remove quotes): "ModificationDate|KeepTogether"
psguru
PrestoSoft
Post Reply