Search found 1 match

by canajan
Fri Jul 21, 2023 10:44 pm
Forum: Regular Expressions Help
Topic: Insert a Line Feed between two characters
Replies: 2
Views: 21613

Insert a Line Feed between two characters

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?