-2

I'm comparing two files and I need to ignore everything that is in between ". Like, File1 "ASD" and File2 "ABCDOOP" = Ignore.

1 Answers1

0

You could define an importance rule to mark everything between " as unimportant:

In the example the between " is only an unimportant difference.

enter image description here

The rule works also with multiple unimportant texts in one line:

enter image description here

You can define the rule in Session -> Session Settings. Then the Tab Importance. Then you can add the rule with +. The _text to *"`, the regular expression-checkbox must be marked.

knut
  • 27,320
  • 6
  • 84
  • 112