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 the line difference is exactly this ignore the difference.
How do I specifically do that?
I give you one more example. Like System.Exception and Exception both are same for me, I don't want to show them in the diff.