Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想构建一个测试场景,需要在html文档中搜索:
html
<a id="xyz" href="#"></a> <a id="123pa" href="#"></a> <span id="sdasd"></span>
我想替换id="someString"为id=""
id="someString"
id=""
使用 Notepad++ 和 UltraEdid。
感谢帮助。
替换id=".+?"或。id="[^"]+"_id=""
id=".+?"
id="[^"]+"