【发布时间】:2014-01-17 17:36:25
【问题描述】:
如何在 Notepad++ 中通过正则表达式切换列?例如我有这个数据集
user.Email|recipient.CreationDate|recipient.MessagePK|user.CustomAttribute.Correspondence_ID
但我希望它是:
user.Email|recipient.MessagePK|recipient.CreationDate|user.CustomAttribute.Correspondence_ID
也将数据行移动到列下方。
【问题讨论】:
标签: regex notepad++ multiple-columns