View Single Post
Old 01-23-2012, 04:26 PM   #1
Sharlene
Member
Sharlene began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Sep 2011
Device: none
regex search/replace

Hey guys,

I couldn't find an answer to my question in the forums, so I figured i'd ask directly.

I have an epub that i need to reformat.

A like like this:

<p>&ldquo;Sorry.&rdquo;</p>

Needs to be changed to this:

<p>
&ldquo;Sorry.&rdquo;
</p>

I have to change all of the instances of this in my document, but i'm not sure how to add a new line break.

I typed in find >& and replace it with >\n& but that clearly doesn't work.

Any and all help is appreciated. Cheers.
Sharlene is offline   Reply With Quote