Command line option /j: with multiple RE

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Post Reply
Nicolas
New Member
Posts: 2
Joined: Tue Jan 30, 2007 3:19 am

Command line option /j: with multiple RE

Post 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.
User avatar
psguru
Site Admin
Posts: 2232
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post by psguru »

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 »

OK, it works very well.

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

Thanks a lot :wink:
Post Reply