Page 1 of 1

How to ignore strings in comparsion?

Posted: Fri Mar 26, 2010 7:04 am
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.

Re: How to ignore strings in comparsion?

Posted: Sat Mar 27, 2010 4:42 pm
by psguru
If you want to ignore lines matching this regex, use the "Ignore lines matching regular expression" option instead (with the same regex).