Community
    • Login

    In rows with notepad

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 587 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • oscar remicccO Offline
      oscar remiccc
      last edited by oscar remiccc

      Good evening friends, I have a text with lines how are you

      honryamert@gmail.com:email1 | NAME = FREDY | CODE = IDE-3456
      XCD-4568 AQS-5674 | DATE = 11-MAY | N_Client : 34528SW3 | PHONE = 038823456
      markvittr@hotmail.com:email | NAME = MARK | CODE = IDE-6215
      WSX-7384 TRE-5672 | DATE = 25-SET | N_Client : 36128SW3 | PHONE = 098765457

      Can you put in rows with notepad?

      honryamert@gmail.com:email | NAME = FREDY | CODE = IDE-3456 XCD-4568 AQS-5674 | DATE = 11-MAY | N_Client : 34528SW3 | PHONE = 038823456
      markvittr@hotmail.com:email | NAME = MARK | CODE = IDE-6215 WSX-7384 TRE-5672 | DATE = 25-SET | N_Client : 36128SW3 | PHONE = 098765457

      Alan KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA Offline
        Alan Kilborn @oscar remiccc
        last edited by

        @oscar-remiccc

        So you have to pick out some sort of pattern to be able to do this. If your lines are always in pairs then it is fairly easy:

        Find what box: (?-s)^(.+)\R(.+)
        Replace with box: \1\s\2
        Wrap around checkbox: ticked
        Search mode: Regular expression
        Action: Press Replace All button

        Of course if your data is not as regular as it appears, then we will move on to something else…

        1 Reply Last reply Reply Quote 1

        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
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors