Some time we need to replace some character or symbol with the line break on our text but don’t know trick to do it.We have only option to do it manually but, In this post I will show you how we can replace character or comma with line break in notepad++.
Requirement’s :
1. Notepad++
2. Follow Steps.
For Example, we will convert
Techy Web Tech, TechyWebTech, Techywebtech, techywebtech, Techy web tech
To,
Techy Web Tech
TechyWebTech
Techywebtech
techywebtech
Techy web tech
Contents
How To Replace Line Break With Comma
- Open the file using Notepad++ or create new file containing text.
- Click to Search.
- After It, Click to Replace (Use Shortcut CTRL+H).
- In the find What Box, Type The character you want to remove. In Our case we type comma.
- In the Replace with Box, Type “n” .
- Under Search Mode select “Extended”
- Click to Replace All.
- All the comma symbol will be convert to new line automatically.
How to Replace Specific Character With Break Lines In Notepad++
You can replace any character with line break you just have to use those character in the find What Box and follow all steps from 5 to 7 .