Page 1 of 1

Command line option /j: with multiple RE

Posted: Wed Jan 31, 2007 1:04 am
by Nicolas
I would like to know if it's possible to ignore more than one regular expression when ExamDiff is used in commande line, and so what is the right syntaxe?

I tried many syntaxes, without results...

Thanks for your answer.

Posted: Wed Jan 31, 2007 7:18 am
by psguru
You can use the pipe character | to OR your sub-expressions. It works the same way in the GUI.

Posted: Thu Feb 01, 2007 5:20 am
by Nicolas
OK, it works very well.

The command line is :
ExamDiff file1 file2 /j:"RE1|RE2"

Thanks a lot :wink: