In content search, I am trying to find a word that is not inside <a and </a> tag.
This usually works in other regex searches, but in Everything it gives results of all occurrences of the word, including those inside link tag:Any suggestions?
This usually works in other regex searches, but in Everything it gives results of all occurrences of the word, including those inside link tag:
Code:
regex*:content:<a.*?</a>[\s\S](*SKIP)(*F)|searchedword
Statistics: Posted by wise_mike — Sat May 18, 2024 6:35 pm