如何在记事本++中将列转换为行 [英] How to convert column to a row in notepad++

查看:295
本文介绍了如何在记事本++中将列转换为行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何转换


 testext


t
e
s
t
e
x
t

请注意,没有分隔符.有什么办法吗?

Please note there is no delimiter. Is there any way?

推荐答案

转到搜索→查找→替换(Ctrl + F)并输入以下内容:

Go to Search → Find → Replace (Ctrl+F) and type following:

查找:(.)
替换:$1\n
搜索模式:Regular Expression
方向:Down

Find: (.)
Replace: $1\n
SearchMode: Regular Expression
Direction: Down

然后将插入号放在文本的开头,然后单击全部替换".

Then place the caret at the beginning of the text and hit "Replace All".

这篇关于如何在记事本++中将列转换为行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆