Find/Replace a Carriage Return

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Morgan Erickson

Find/Replace a Carriage Return

Post by Morgan Erickson »

I need to find all the "END" in a text file and replace it with "END" and a carriage return so the next line appears on a new line in the text document...

How can I do that?
Murray Tyler

Re: Find/Replace a Carriage Return

Post by Murray Tyler »

In the Replace dialog box

Find what: END
Replace with: END\n

Make sure that the regular expression tickbox is checked on (and the match case if that is important) and let rip.

Regards

Murray
Morgan Erickson

Re: Find/Replace a Carriage Return

Post by Morgan Erickson »

Thank you!! That worked great!
Post Reply