How To Remove Space Between Words Using Notepad++

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This video tutorial will show you how to remove space between words using Notepad++. We will use a regular expression (Regex) to remove all spaces from the given file. The first example we will use is first/last name, the second example will be about the CSV file with some data. We will delete both spaces and tabs from the words. These are also known as whitespaces in the file.
    The regular expression we will use is,
    + means one or more time. For example, m+ mean 'm' one or more time
    \t for tabs
    [ ] Square bracket creates a matching list that will match any one of the characters in the list.
    #RemoveSpaceBetweenWords
    ---
    🚩 Checkout My other playlists 🚩
    Notepad++ HTML tutorials, • NOTEPAD++ HTML TUTORIA...
    Notepad++ tips and tricks, • Notepad++ TUTORIALS FO...
    Notepad++ Themes, Fonts, Look and Feel, • Notepad++ Themes, Dark...
    Notepad++ One Minute Challenge, • Notepad++ Tips & Tricks
    ---
    🚩 please LIKE or SUBSCRIBE.
    🚩 Please COMMENT If You Like To See Any Video On Specific Topic
    Music Credits:
    ------------------------------
    Track: Our Leaves in the Breeze - Artificial.Music [Audio Library Release]
    Music provided by Audio Library Plus
    Watch: • Our Leaves in the Bree...
    Free Download / Stream: alplus.io/our-...
    ------------------------------

Комментарии • 44

  • @AmitChristian
    @AmitChristian  3 года назад

    ⚡ Hello Friends ⚡ hope you found this useful! Do Subscribe ♥ to my channel (ruclips.net/channel/UCbU0jmMgFAfmL1J1BHsEmAA) for more videos. 🚩 Let me know what other types of videos you want to see in the future!!

  • @ernestgrouns8710
    @ernestgrouns8710 2 года назад +1

    Dude, you saved me HOURS of tedious work, bravo Sir and thank you so very much!!!!!!!!!!

    • @AmitChristian
      @AmitChristian  2 года назад +1

      Ernest, glad I could help! (A small favor to ask, please like the video, if you can. ) Good Luck.

    • @ernestgrouns8710
      @ernestgrouns8710 2 года назад

      @@AmitChristian Liked, AND Subscribed!! Thanks!

  • @aneetakhoso384
    @aneetakhoso384 Год назад +1

    WOW, you saved SO MUCH OF MY TIME. THANK YOU!

  • @brm901
    @brm901 Год назад +1

    easy and straightforward thank you very much

    • @AmitChristian
      @AmitChristian  Год назад +1

      Glad to know that it was helpful. Thanks.

  • @xs6819
    @xs6819 Год назад +1

    YOU ROCK!!! THAT WORKS PERFECTLY - THANK YOU 😁

  • @ankitaswami4546
    @ankitaswami4546 Год назад

    Thank you for sharing this tricks🙂

  • @agevenkatesh8525
    @agevenkatesh8525 Год назад +1

    Amazing job man appreciated your help😊

  • @teachleo1052
    @teachleo1052 Год назад

    My sincere thanks Christian.

  • @cryptoumar7146
    @cryptoumar7146 2 года назад +1

    Thanks

  • @edwinrios9711
    @edwinrios9711 Год назад

    You are awesome 👍

  • @NealHartsChannel
    @NealHartsChannel Год назад +1

    This is really helpful. But I have the opposite. I want to put a space before the Capitol letter to break the name apart.

    • @AmitChristian
      @AmitChristian  Год назад +1

      Neal, it is fairly easy to do the opposite. I will see if I can make a quick video of it and share it with you. Thanks.

  • @meenas6046
    @meenas6046 2 года назад

    Thank you soo much..

    • @AmitChristian
      @AmitChristian  2 года назад

      Meena, you’re welcome. Please like the video if you can. Thanks.

  • @rakeshmanjunath1119
    @rakeshmanjunath1119 3 года назад

    thanks very much

  • @musicspinner
    @musicspinner 2 года назад +1

    Using Ctrl+J to join lines in selection. But then I get spaces in-between the joined lines. Is there another keyboard shortcut to then remove the spaces in the selection? Or set the "Join Lines" function to join and not place spaces?
    Thanks. 👍👍

    • @AmitChristian
      @AmitChristian  2 года назад +1

      MusicSpinner, you can use Regular expression in Find and Replace, you can search for '
      ' and replace it with empty line. [quick explanation:
      is carriage return,
      is a new line character. So, basically, we are removing all new line characters, so that all of them show up in a single line without additional spaces.). I will create a short video tutorial about it. And will share it with you.
      Thanks for the comment.

    • @musicspinner
      @musicspinner 2 года назад +1

      @@AmitChristian Thank you Amit. 😀

  • @naraindathrambrich2379
    @naraindathrambrich2379 2 года назад +1

    thx

  • @ziyaabbasov6096
    @ziyaabbasov6096 2 года назад

    thanks a ton ++++

    • @AmitChristian
      @AmitChristian  2 года назад

      Ziya, you're welcome. Please like the video if you can. Thanks.

  • @retketer
    @retketer Год назад

    Hi, Do you know how to replace spaces for enters, so every word will be in a new line?

    • @AmitChristian
      @AmitChristian  Год назад

      Yes. You can take a look at this short video.
      ruclips.net/user/shortsTu_Wnw7QMUI?si=fD3u5l9YUt8wusj7

  • @smart3883
    @smart3883 6 месяцев назад

    I have a file of 100 records with spaces between columns , if i try \s+ and replace , all 100 records spaces are removed and become one single record, is there any way to avoid this ?

    • @AmitChristian
      @AmitChristian  5 месяцев назад

      You may have a check box checked that says include new line in your search. And it may be matching the end of line character as well. See if it is there, uncheck it and try. If this does not work, please post 4-5 lines sample here. Thanks.

    • @smart3883
      @smart3883 5 месяцев назад +1

      @@AmitChristian thank you Sir , i tried \s+ instead of \t+ and your vide on seeing symbol gave me hint, thank you for your videos and help

  • @boopathyvasagam
    @boopathyvasagam 3 года назад

    👍

  • @kajalkhebade1589
    @kajalkhebade1589 Год назад

    Not. Working

    • @AmitChristian
      @AmitChristian  Год назад

      What are you getting? Can you please share an example

  • @user-ef9qz4rp8w
    @user-ef9qz4rp8w 2 года назад

    Jesus Christ is Lord he Loves us God Bless.