Start a new topic

Searching with the NEAR operator

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?

1 Comment

Login to post a comment