File Comparison: Difference between revisions

m
(New page: '''File Comparison''' is the process of compare the difference between files. Commonly this is used when merging source code with a Version Control file repository. ==Why use File Co...)
 
Line 57: Line 57:
   (?i)^\s*local\s+string.*|^\s*string.*
   (?i)^\s*local\s+string.*|^\s*string.*
  Replace string with date / integer / number to filter other similar code.
  Replace string with date / integer / number to filter other similar code.
7. Ignore meta tag documentation changes between 12.1 and 2008
Click on Regular expressions
  (?i)\s*\/\/Doc\/.*|\s*\{.*


==Winmerge==
==Winmerge==