View Single Post
Old 05-31-2014, 03:23 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,147
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by bd_24 View Post
hi there

i need help in removing vertical bar from epub ebook while formating the structure of the ebook

i have something like this <p class="calibre1">4 | Wynn Wagner</p>
while i do regex it becomes something like this

<p class="calibre1"></p>

|

<p class="calibre1"></p>

<p class="calibre1"></p>

i any idea of how to remove this | ?

thanks
\| in regex might work but IIRC this might have been the one (a bug) that you have to do by hand
theducks is offline   Reply With Quote