Community
    • Login

    [BUG] find & replace with \n

    Scheduled Pinned Locked Moved General Discussion
    4 Posts 2 Posters 556 Views
    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.
    • Luca L 0L Offline
      Luca L 0
      last edited by Luca L 0

      Trying to find & replace (extended search)
      \n;;;;;;;;x;
      with
      ;;;;;;;;x;

      on a text like:
      IS_ROOT;Is ROOT;;;;;È ORIG
      ;;;;;;;;x;
      IS_PREV;Is PREV;;;;;È PREC
      ;;;;;;;;x;
      IS_FROM;Is FROM;;;;;È DI
      ;;;;;;;;x;

      won’t delete the Carriage Return moving back the “;;;;;;;;x;”.
      Expected result:
      IS_ROOT;Is ROOT;;;;;È ORIG;;;;;;;;x;
      IS_PREV;Is PREV;;;;;È PREC;;;;;;;;x;
      IS_FROM;Is FROM;;;;;È DI;;;;;;;;x;

      Alan KilbornA 1 Reply Last reply Reply Quote 0
      • Alan KilbornA Offline
        Alan Kilborn @Luca L 0
        last edited by Alan Kilborn

        @Luca-L-0

        Works for me to produce your expected result.

        On presumes with your usage of \n that your files are of Unix type?
        Check your status bar for Unix (LF) to be sure.

        If they are of Windows type you end up with this:

        a3bd85a2-67f4-4e88-86fe-e6a238460631-image.png

        Which I’m sure isn’t what you want.

        1 Reply Last reply Reply Quote 3
        • Alan KilbornA Offline
          Alan Kilborn
          last edited by Alan Kilborn

          @Luca-L-0 said in [BUG] find & replace with \n:

          \n;;;;;;;;x;

          Ran out of editing time.

          You may want your Find expression to be \r\n;;;;;;;;x; if you have Windows files.

          You may also want to read up on “line endings” if you aren’t well-versed.

          EDIT: Earlier I said “On presumes” when I should have said “One presumes”

          1 Reply Last reply Reply Quote 3
          • Luca L 0L Offline
            Luca L 0
            last edited by

            Correct! Thank you.
            Indeed was a Win file (CR+LF) and works fine searching & replacing:
            \r\n;;;;;;;;x;
            to
            ;;;;;;;;x;

            1 Reply Last reply Reply Quote 3

            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