Page 1 of 1

Insert a Line Feed between two characters

Posted: Fri Jul 21, 2023 10:44 pm
by canajan
I have many text files that contain the string "><". I would like to place a Line Feed between the ">" and the "<", ie start a new line with the "<" character

How do I do that?

Re: Insert a Line Feed between two characters

Posted: Fri Jul 28, 2023 10:13 am
by DigitalVolcano
You can just use the multi -line editor for the replace (the little pen next to the replace box)

Eg

Find:

Code: Select all

><
Replace:

Code: Select all

>
<
You can change the editor line-end type in the Options window.

Re: Insert a Line Feed between two characters

Posted: Tue May 07, 2024 8:16 am
by PiotrMP006
How to save only found lines of text to file"