Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > ePub

Notices

Reply
 
Thread Tools Search this Thread
Old 04-20-2016, 02:56 PM   #1
JLius
Village idiot
JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.
 
JLius's Avatar
 
Posts: 157
Karma: 519566
Join Date: Mar 2014
Location: Belgium
Device: sony PRS T-1
Regex - Jesus wept...

Hi all

So I'm trying to change all
Code:
<p class="block_3">SOME TEXT</p>
to
Code:
<h1>SOME TEXT</h1>
So I use REGEX: Find
Code:
<p class="block_3">(\d+)</p>
and replace it with
Code:
<h1>/1</h1>
But calibre keeps saying 'no hits' when I press search. I put it on regex. What am I doing wrong here?
JLius is offline   Reply With Quote
Old 04-20-2016, 03:10 PM   #2
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,212
Karma: 16534894
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
Quote:
Originally Posted by JLius View Post
What am I doing wrong here?
A couple of errors:

Find should be
Code:
<p class="block_3">(.+?)</p>
and Replace:
Code:
<h1>\1</h1>
\d+ means one or more digit-only characters. And wrong-direction slash in your Replace.
jackie_w is offline   Reply With Quote
Advert
Old 04-20-2016, 03:28 PM   #3
JLius
Village idiot
JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.
 
JLius's Avatar
 
Posts: 157
Karma: 519566
Join Date: Mar 2014
Location: Belgium
Device: sony PRS T-1
Thank you very much, that works!
I looked at this, but apparently I misunderstood: http://web.sigil.googlecode.com/git/...nced_find.html
JLius is offline   Reply With Quote
Old 04-20-2016, 06:20 PM   #4
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85397180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Yeah, that only tells you about the Sigil S&R tool.

It doesn't really teach you anything about regex itself -- that was the next chapter in Sigil's User Guide.
Personally, my favorite regex tutorial is at http://www.regular-expressions.info
eschwartz is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Other Fiction Cooper, James Fenimore: The Wept of Wish-Ton-Wish. v1. 20 Jan 2013 crutledge Kindle Books 0 01-20-2013 07:06 AM
Other Fiction Cooper, James Fenimore: The Wept of Wish-Ton-Wish. v1. 20 Jan 2013 crutledge ePub Books 0 01-20-2013 07:04 AM
Other Fiction Cooper, James Fenimore: The Wept of Wish-Ton-Wish. v1. 20 Jan 2013 crutledge BBeB/LRF Books 0 01-20-2013 07:03 AM


All times are GMT -4. The time now is 11:06 PM.


MobileRead.com is a privately owned, operated and funded community.