我可以在 Notepad++ 中用最后一行替换相同的行吗?例如来自:
1st January 2013
//some text1
1st January 2013
//some text2
1st January 2013
//some text3
1st January 2013
Run Code Online (Sandbox Code Playgroud)
到:
//some text1
//some text2
//some text3
1st January 2013
Run Code Online (Sandbox Code Playgroud)
如果我有 1 到 30 或 31 的所有日期,是否有可能在它们最后一次出现时单独替换它们?
notepad++ ×1