Hi I stuck with row and columns
-
Hi I know how to from column
1;
2;
3;
4;
5;
6;Get row
1;2;3;4;5;6
But how to get from row 1;2;3;4;5;6;7;8;9
to column with an exact number of characters. I need this for words, but made an example with numbers.
1;2;3
4;5;6
7;8;9Can someone help me with this?
Thanks in advance -
Hello, @notepadplusplusisthebest,
Very easily, indeed !
Open the Replace dialog (
Ctrl + H)SEARCH
.{6}REPLACE
$0\r\nOPTIONS
Regular expressionticked and. matches newlineuntickedACTION : Click on the Replace All button or several ones on the
ReplacebuttonRemark : If you’re using
Unixfiles, the REPLACE regex should be$0\n
An other example . Suppose the line, below :
----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9then the regex S/R :
SEARCH
.{5}REPLACE
$0\r\nWould change that line into :
----+ ----1 ----+ ----2 ----+ ----3 ----+ ----4 ----+ ----5 ----+ ----6 ----+ ----7 ----+ ----8 ----+ ----9Best Regards
guy038
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login