General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Nicolas
New Member
Posts: 2 Joined: Tue Jan 30, 2007 3:19 am
Post
by Nicolas » Wed Jan 31, 2007 1:04 am
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.
psguru
Site Admin
Posts: 2396 Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:
Post
by psguru » Wed Jan 31, 2007 7:18 am
You can use the pipe character | to OR your sub-expressions. It works the same way in the GUI.
psguru
PrestoSoft
Nicolas
New Member
Posts: 2 Joined: Tue Jan 30, 2007 3:19 am
Post
by Nicolas » Thu Feb 01, 2007 5:20 am
OK, it works very well.
The command line is :
ExamDiff file1 file2 /j:"RE1|RE2"
Thanks a lot