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?
Insert a Line Feed between two characters
- DigitalVolcano
- Site Admin
- Posts: 1819
- Joined: Thu Jun 09, 2011 10:04 am
Re: Insert a Line Feed between two characters
You can just use the multi -line editor for the replace (the little pen next to the replace box)
Eg
Find:
Replace:
You can change the editor line-end type in the Options window.
Eg
Find:
Code: Select all
><
Code: Select all
>
<