记事本++查找并替换字符串
我有大约 1,000 行,全部看起来像这样:
<a href="#" onclick="MM_openBrWindow('this-part-varies.html','','width=270px,height=295px,top=150px,left=250px')"><img src="../images/image.jpg"/>
我需要找到每一行,并删除从“#”到“../images”的所有内容。
唯一变化的部分是“this-part-varies”文件名 。
人来说这是一个简单的正则表达式行
我确信对于在 windows xp sp3 上使用 notepad++ 5.9.3 的
I have about 1,000 lines that all look like this:
<a href="#" onclick="MM_openBrWindow('this-part-varies.html','','width=270px,height=295px,top=150px,left=250px')"><img src="../images/image.jpg"/>
and I need to find each of these, and delete everything from "#" to "../images.
The only part that varies is the 'this-part-varies' file name.
I'm sure it's a simple regex line for some one out there!
Using notepad++ 5.9.3 on windows xp sp3.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想就是这样。
I think that's it.
将此替换
为任何内容
Replace this
with nothing