Menu

TO Replace <ENTER> by any other character

2007-05-23
2012-11-13
  • Nobody/Anonymous

    I use notepad++ 4.0 and I love it, but I like to replace twice <ENTER> by alone <ENTER>, and any other special character like <TAB>, <NEW LINE> by any character like <ENTER> or <TAB> or space and I do not know how to do.
    May be someone help me?
    A lot of Thanks.

     
    • Nobody/Anonymous

      I would like to know this also.

       
    • MJG

      MJG - 2007-05-24

      'Tisn't easy.

      For blank line removal, see the menuitem "TextFX > TextFx Edit > Delete blank lines".  You'll need to select the lines containing the blank lines.

      With 4.1.2 you can go to the website by clicking the "?" menu and selecting "Notepad++ Home".  Otherwise, click here:

      http://notepad-plus.sourceforge.net/uk/site.htm

      Then use the pop-out menu on the left, hover over the F.A.Q. line, then select "Newline - Find & Replace FAQ" entry.  --Joel

       
      • pshute

        pshute - 2007-05-25

        "Then use the pop-out menu on the left, hover over the F.A.Q. line, then select "Newline - Find & Replace FAQ" entry."

        The URL for this is http://notepad-plus.sourceforge.net/uk/newlineFindReplace-HOWTO.php . I recommend the advanced search (control+r) without regex as the most generally successful technique.  Tabs can be specified with control+t, newlines with control+m.