我有一个我要保存的网址列表,但它们被垃圾包围
示例:
proxy - bla bla bla http://demo.elefanteinstaller.com/smf/index.php?topic=39.new#new 结果:使用代理213.77.18.201:80;选择昵称“#ZKGSLAW [XXXIFXXXQXXX]”;验证码;已注册(100%);个人资料;登录; nofollow被发现;成功; > BB代码无效;
如何在notepad ++中使用find和replace来制作我只会保存以http://开头并以空格结尾
答案 0 :(得分:4)
为了简单起见:
找到:.* (http://.*?) .*
替换为:\1
答案 1 :(得分:-1)
此外,如果您可以访问MS Word切换到固定字体,如courier new或console(更好地排列)然后按住 Alt + Shift 并单击并拖动就像你要突出桌面上的东西一样。适用于较小的列表。