With this regular expression you can search for two words that are within an arbitrary range of 6 words for each other:
\b(?:jagen\W+(?:\w+\W+){1,6}?quer|quer\W+(?:\w+\W+){1,6}?jagen)\b
Demo: https://youtu.be/C47NNHR2S1U
@Igor: Could you please change the forum title from:
External tools, macros and scripts
to:
External tools, macros, scripts and regexes?
Yes. http://www.regular-expressions.info/near.html
H.
HL
With this regular expression you can search for two words that are within an arbitrary range of 6 words for each other:
Demo: https://youtu.be/C47NNHR2S1U
@Igor: Could you please change the forum title from:
External tools, macros and scripts
to:
External tools, macros, scripts and regexes?