Notepad++ makes it very easy to find and replace characters in a file, especially regular expressions makes it a very powerful text editor for software developers in order to replace all spaces with dots in a file you can make use of the Repace feature,
- Open your file in Notepad++, or text in a tab,
- Now press Command + H to open Replace,
- In Search Mode, select Regular Expression,
- Find what: \s
- Replace with: .
- Click - Replace All

192 168 0 1
After:
192.168.0.1
More Posts related to NotepadPlusPlus,
- Notepad++ hex editor Examples
- Are Windows Notepad files recoverable?
- How to add or remove bookmark on a line in Notepad++
- How to rename a tab in Notepad++
- Go to Line Number option in Windows Notepad
- How to Apply Themes to Notepad++
- Notepad++ Save Failed - Please check if this file is opened in another program.
- Encode/Decode URL Query String in Notepad++
- Remove duplicate lines using Notepad++
- Add comma or semicolon at end of each line Notepad++
- How to open Notepad?
- Where are Notepad++ macros stored?
- How to check about details of Notepad++ text editor
- Notepad++ Export file as HTML
- Indent/Prettify HTML File in Notepad++
- Notepad++ Reload - This file has been modified by another program. Do you want to reload it?
- List of Programming Languages Supported by Notepad++
- Notepad++ Editor alternatives for Mac OS X
- Add Custom header and footer to Windows Notepad file
- How to un-hide tab bar in notepad++
- Notepad++ is about to exit prompt message
- Launch Notepad++ html document in any web browser
- Word wrap text in Notepad++
- Disable Control Scroll Zoom-in and Zoom-out in Notepad++
- Word count in Notepad++
More Posts:
- Fix Ubuntu /bin/sh: 1: zsh: not found error - Ubuntu
- Python - Convert float to String - Python
- FCM Messages Test Notification!!!! - Microsoft Teams, Google Hangouts push alert - News
- Quickly install Apache Server on Ubuntu Linux - Ubuntu
- Android : Error in http connection java.net.SocketException: Permission denied - Android
- How to take a screenshot on Microsoft Windows OS on PC or Laptop - Microsoft
- iOS 14 Volume Turned Down: Based on your headphone usage over the last seven days - Apple
- Calculate Area of Trapezoid - C-Program