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.
我有一个大文件,里面有很多<h1></h1>标签,中间有各种文本。我正在寻找一种方法来删除这些标签之间的所有文本,其中可能还包括换行符。
<h1></h1>
任何帮助,将不胜感激。
更新:试过这个,但不起作用......(当然光标在文件的开头)
选择. matches new line和regular expression选项
. matches new line
regular expression
找什么:<h1>.*?</h1>
<h1>.*?</h1>
用。。。来代替:<h1></h1>
寻找:
用。。。来代替: