Questions tagged «notepad++»

Notepad ++是一个免费的源代码编辑器,可替换记事本,支持多种语言。在MS Windows环境中运行,其使用受GPL许可证控制。

2
在记事本中删除每行域字符串前后的所有多余文本
我想输入以下字符串,仅保留域和<br>标签 所以: 390796,domain1.com,1,0,0,false<br> 390796,43domain2.org,2,0,0,false<br> 167854,domain3.com,0,1,0,false <br> 167854,5domain4.com,0,1,0,false<br> 最终将像: domain1.com<br> 43domain2.org<br> domain3.com<br> 5domain4.com<br> 我希望我在notepad ++中执行此操作。
-3 notepad++  regex 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.