How to ignore strings in comparsion?

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Post Reply
NightCode
New Member
Posts: 1
Joined: Fri Mar 26, 2010 7:00 am

How to ignore strings in comparsion?

Post by NightCode »

I have a string that I want to ignore.

Code: Select all

Id(static char Ident[] = "$URL: https://comapnyname.net/repos/projectname/branches/branch_name/src/Options.cpp $ $Revision: 13997 $ $Date: 2010-03-25 20:05:34 -0500 (Thu, 25 Mar 2010) $";)
I have tried to put "Id\(static\ char\ Ident\[\]" under Options->Compare for "Parts matching regular expression", but I cannot get exmadiff to ignore the files.
User avatar
psguru
Site Admin
Posts: 2396
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Re: How to ignore strings in comparsion?

Post by psguru »

If you want to ignore lines matching this regex, use the "Ignore lines matching regular expression" option instead (with the same regex).
psguru
PrestoSoft
Post Reply