notepad++正则表达式替换为自动增长数字

2025-04-29 16:39:36
推荐回答(1个)
回答1:

执行正则替换:
desc=[\s\S]*?desc=.*?\n

替换成:
desc=lang.001
desc=lang.002
没试notepad++,不过应该可以