replace space between strings: notepad ++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nischalinn
    New Member
    • Mar 2014
    • 16

    #1

    replace space between strings: notepad ++

    Suppose I've text file where:

    aaa bbb
    sss iii uuu
    lds iie riowq urew

    How can I replace empty space between the strings using notepad ++ such the output would be like this:
    aaabbb
    sssiiiuuu
    ldsiieriowqurew

    Thanks!
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    In the menu under 'Search' you will find 'Replace (Ctrl+H)'
    After 'Find what:' type a space
    After 'Replace with:' type no thing
    Hit the 'Replace All' button......... ..

    Comment

    Working...