1.notepad++把每一行末尾加个逗号
查找目標 $ , 替換爲 , 查找模式:正則表达式
3.notepad++去除换行符和空格, 按照逗号换行
去除换行符:查找内容 为 \r\n, 【替换为】不填写,查找模式:正则表达式
按照逗号换行:查找目标为 ,【替换为】\r\n, 查找模式:正则表达式
去除空格:查找目标为 \s
标签:++,notepad,逗号,查找,去除,换行符,合集 From: https://www.cnblogs.com/sucretan2010/p/17863992.html