Regular expression in Ignore parts of each line
Posted: Tue Aug 17, 2004 1:50 pm
I have two directories with .html files. At the top of each, is the URL to the CSS. The server name in the URL is different in the two directories, so I put the following regular expression into the "Ignore parts of each line" -> "Parts matching regular expression" text box:
.*localhost.* | .*OMHNTS01.*
When I run the comparison, ExamDiffPro crashes with a Microsoft C++ runtime library error. The text reads:
Runtime Error!!
Program:C:\Program Files\examdiff pro\examdiff.exe
abnormal program termination
Is there another way to compare the directories so that the server names are ignored? Or am I doing something wrong?
.*localhost.* | .*OMHNTS01.*
When I run the comparison, ExamDiffPro crashes with a Microsoft C++ runtime library error. The text reads:
Runtime Error!!
Program:C:\Program Files\examdiff pro\examdiff.exe
abnormal program termination
Is there another way to compare the directories so that the server names are ignored? Or am I doing something wrong?