How to use regex in notepad++ to find two word within a set of consequent 10 lines?
wherever these 10 lines are in the long text file.
so I need the filter only succeeds if the two words are in a range of ten consequent lines
what will be regex expression for it?