Search code examples
regexwinmerge

How to ignore a line containing a specific word using winmerge line filters?


I have many files containing following types of line -

* @version $Revision: 1.xxx  

I want this type of line to be ignored while comparing using winmerge. I have tried with line filters. But, till not able to do that. Can any one help me in this regard?


Solution

  • After many tries the following regular expression is working for me -

    ^ \* @version \$Revision: