我有以下数字,如下所示:
1234567890
我想得到的结果如下:
1 2 3 4 5 6 7 8 9 0
(水平到垂直).请帮我通过简单的正则表达式或通过editplus实现它.
提前致谢 !!!
regex editplus
editplus ×1
regex ×1