Remplacer espace par retour ligne sur txt ???
Solved
ABCLOVE
Posted messages
239
Status
Membre
-
Namzat -
Namzat -
Bonjour,
J'ai un texte sur un document texte (notepad) et je souhaite que chaque mot de ce texte revienne à la ligne, c'est à dire en fait je souhaite replacer les espaces entre chacun des mots par un retour à la ligne???
Quelqu'un peut me dire ce que je dois inscrire sur le champs de EDITION, REMPLACER ???
Cordialement
J'ai un texte sur un document texte (notepad) et je souhaite que chaque mot de ce texte revienne à la ligne, c'est à dire en fait je souhaite replacer les espaces entre chacun des mots par un retour à la ligne???
Quelqu'un peut me dire ce que je dois inscrire sur le champs de EDITION, REMPLACER ???
Cordialement
Configuration: Windows XP Firefox 2.0.0.16
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.