Hi, and sorry for late reply.
> I'm trying to compare two files, containing share price quotes, using
> only the first part of each line (ie, the exchange Code). I'm not
> interested in the differences in quotes, but am trying to determine
> which Codes appear in one file but not in the second file. I realise
> that I need to use Regular Expression(s) but I'm not having any luck
> and would appreciate some help.
Regexp in WinMerge filter is only for ignoring single lines in diff-
engine, you cannot modify data. If regexp you define matches line, that
line is ignored and not compared to another file.
If you want to modify data before compare, then 2.0 has no means for
it. Latest 2.1.x builds have implemented plugins-interface, which
allows modifying text buffers before they are sent to diff-engine.
Regards,
Kimmo
--
Kimmo Varis - ki...@ko...
|