【发布时间】:2013-11-09 01:05:46
【问题描述】:
我需要在记事本++ 中查找-替换多行。有人可以写一行“搜索和替换”查询(正则表达式),这样我就可以一次替换多行吗?
我想删除 、
我将在其中执行搜索的示例文档:
<div class="separator" style="clear: both; text-align: center;">
<a href="http://4.bp.blogspot.com/-SLNIctalDjg/UmgAjaUmYNI/AAAAAAACzuw/p5r6y6Yv7jQ/s1600/131.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="256" src="http://4.bp.blogspot.com/-SLNIctalDjg/UmgAjaUmYNI/AAAAAAACzuw/p5r6y6Yv7jQ/s320/131.JPG" width="320" /></a></div>
<br /></div>
我正在寻找单行搜索替换查询,例如,我可以做类似的事情;
Find: find1|find2|find3|find4
Replace: NOTHING|NOTHING|NOTHING|replace4
寻求帮助...谢谢