Question: Comparing multi-line RegExp results

Tool for Search and Replace across multiple files.
Post Reply
d0vgan
Posts: 10
Joined: Mon Sep 20, 2021 4:21 pm

Question: Comparing multi-line RegExp results

Post by d0vgan »

I have a lot of files and do a multi-line regular expression search through all these files.
The ScratchPad allows to collect all these results.
In case of single-line results, the ScratchPad allows to remove duplicate lines, thus keeping only unique single-line results. But what can be used for multi-line results?
Is it possible to compare the multi-line search results with each other to extract only unique results?
d0vgan
Posts: 10
Joined: Mon Sep 20, 2021 4:21 pm

Re: Question: Comparing multi-line RegExp results

Post by d0vgan »

Well, looks like I'm not the only one who does not see an obvious solution for this :)
Post Reply