Replace space with line break in txt???
Solved
ABCLOVE
Posted messages
239
Status
Membre
-
Namzat -
Namzat -
Hello,
I have a text in a text document (notepad) and I want each word of this text to start on a new line, that is to say I actually want to replace the spaces between each word with a line break???
Can someone tell me what I need to enter in the EDIT, REPLACE field???
Best regards
I have a text in a text document (notepad) and I want each word of this text to start on a new line, that is to say I actually want to replace the spaces between each word with a line break???
Can someone tell me what I need to enter in the EDIT, REPLACE field???
Best regards
4 answers
Hi!
In Notepad++, it's quite simple to replace something with a line break:
There you go.
In Notepad++, it's quite simple to replace something with a line break:
- 1) Press Ctrl+F (Opens a search window)
- 2) Click on the "Replace" tab
- 3) Enter in the first field "Find what:" what you want to replace in the text
- 4) Click at the bottom, in the "Search Mode" box on "Extended mode (\n, \t, \0, \x...)"
- 5) Enter in the second field "Replace with: " this \n which is the symbol for a line break.
- 6) Click on "Replace All"
There you go.
@SGo35: you should always do the updates, they don't exist for nothing.