How to replace   with space


Replace nbsp with space

If you want to replace   with a space in a text file you can do that with the help of any text editors like Notepad++ on Windows or Sublime Text for macOS or Linux,

  1. Open the file in the text Editor,
  2. Find:  
  3. Replace with:     just add a blank space (or you can add \s, but make sure you select regex)
  4. Click on Replace All.

The file now should have all   replaced by spaces.

-

Facing issues? Have Questions? Post them here! I am happy to answer!


Author Info:

Rakesh is a seasoned developer with over 10 years of experience in web and app development, and a deep knowledge of operating systems. Author of insightful How-To articles for Code2care.

Follow him on: X

Copyright © Code2care 2023 | Privacy Policy | About Us | Contact Us | Sitemap