Is there a diff tool, that allows me to write regular expression to remove a line from difference. Like see the two lines:
this.Visible = true;
Visible = true;
And can I write an expression such that if line difference is exactly this
ignore the difference.
Can you please be specific on how to do that?
I give you one more example like System.Exception
and Exception
both are same for me, so I don't want to show them in the Diff.