我需要 NP++ 中的正则表达式来查找不在 html 文件中的锚点或超链接标签内的查询。因此它会找到任何给出的搜索查询(一个词或几个词,例如:“test”或“提出问题”,即未链接。或者换句话说:查找未链接的搜索查询,并忽略链接的查询。
鉴于链接可以是直接链接,该标签不是直接在查询之前和之后,或者在多行中。
例子:
<p>any text here, something else..</p>
<p>more
<a href="../folder/filename.html">test</a>
to find through other test. With much
<a href="http://www.site.com/folder/filename45.html">
<font color="#800000">Ask a question</font></a> more test</p>
<p>and test to Ask a question here.</p>