Notepad++ 用正则表达式搜索和替换

Notepad++ Search And Replace with regular expression

查找:

{"aaa&quot Text Text "},{"aaa&quot Text Text "},{"aaa&quot Text Text "},

替换:

{"aaa&quot Text Text "},

{"aaa&quot Text Text "},

{"aaa&quot Text Text "},

或替换:

{"aaa&quot Text Text "

{"aaa&quot Text Text "

{"aaa&quot Text Text "

我使用查找:

{"aaa\&.*\"

并替换为:

{"aaa\&.*\"\n

但无法替代。请帮助我。

您可以简单地替换

"\},\{"aaa&quot

来自

"\},\n\{"aaa&quot