Page 1 of 1

Inserting new line

Posted: Thu Nov 10, 2011 4:23 pm
by santhosh
Hello,
First of all thank you for such useful tool.
I need some help in using FindReplace text tool.
I need to insert a new line between 2 lines. Is there a way to do this?

ef: <abcd><efgh>
Need this formatted like
<abcd>
<efgh>

Thanks

Re: Inserting new line

Posted: Thu Nov 10, 2011 4:27 pm
by santhosh
I am supposed to post it in textcrawl section. If possible please move it.

Thanks

Re: Inserting new line

Posted: Thu Nov 10, 2011 4:34 pm
by santhosh
I was able to figure it out.

<abcd><efgh>
REXP: ><
Replace: \n

Thanks