How to join the rows with notepad?
-
I mean, how can I get from this:
tony:
av petit
mary:
2345678
freddy:
piso23
james:
@maila result like this:
tony:av petit
mary:2345678
freddy:piso23
james:@mail -
I might try a regular expression (search mode!) replacement:
Search for:
(?-s)(.+)\R(.+)and Replace with:
\1\2 -
Hello, @kikenetxy-giga, and All,
Elementary !
-
Open The Replace dialoag (
Ctrl + H) -
SEARCH
:\R -
REPLACE
: -
Tick the
Wrap aroundoption, if necessary -
Select the
Regular expressionsearch mode -
Click once on the
Replace Allbutton or several times on theReplacebutton
Notes :
-
The
\Rregex syntax search any kind of Line-Break (\r\nin Windows files,\nin Unix files and\rin Mac files ) -
So the search regex looks for a colon
:, ending a line
Best 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