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?
Find/Replace a Carriage Return
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: Find/Replace a Carriage Return
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
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