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.
我有一个文本文件,我需要用其他字符串替换许多不同的字符串,例如
AA > b BB > hes kg > ret
等等
当然,我想一次全部更换。我想知道如何在文本编辑器中执行此操作(即不使用类似的工具sed)。这在记事本++中可行吗?
sed
Notepad++ 无法做到这一点,我从未见过任何其他编辑器可以做到这一点。
一种选择是为它编写自己的 Notepad++ 插件,如果你喜欢这种东西的话。
否则命令行工具或某种脚本是最简单的选择。