notepad++/2e正则替换表达式

6 阅读1分钟

正则表达式 替换内容

第\s+(\d+)\s*章第\1章

可以正则匹配,全局将 "第 1 章 "变成 "第1章",匹配所有数字