阅读52 返回首页    go 阿里云 go 技术社区[云栖]


如何在EditPlus中使用列编辑

其实EditPlus GUI中是没有此功能的,但可以很简单的用Regex实现。

例子:需要在一列后面追加‘,’

48902252012
49009112010
48697121017
48539350015
48554479018

变为

48902252012,
49009112010,
48697121017,
48539350015,
48554479018,

使用

Find: "$" (without quotes)
Replace: "," (without quotes)

RegExp


参考: https://editplus.info/wiki/Regular_expression_syntax 

https://editplus.info/wiki/Search_and_Replace_Tricks

最后更新:2017-04-03 22:15:39

  上一篇:go 千年之后的你会在哪里……
  下一篇:go 周鸿祎,你怕啥?