Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Editor

Notices

Reply
 
Thread Tools Search this Thread
Old 06-12-2015, 10:55 PM   #1
weberr
New old guy
weberr began at the beginning.
 
Posts: 69
Karma: 10
Join Date: Feb 2012
Device: kindle fire
Help - Learning to use Regex Functions

Struggling to understand use of Regex Functions capability -- primarily how to introduce function arguments. Maybe if someone can illustrate with an example, I can take it from there.

For instance:
If I have a set of lines in an epub document such as:
<p>chapter 1</p>
<p>chapter 1</p>
<p>chapter 1</p>
<p>chapter 1</p>

and what I want is:
<p>chapter 1</p>
<p>chapter 2</p>
<p>chapter 3</p>
<p>chapter 4</p>

Using the Increment() Function, what would the Find and Function lines look like?

Thanx for your help.
weberr is offline   Reply With Quote
Old 06-13-2015, 01:59 AM   #2
jbacelar
Interested in the matter
jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.
 
jbacelar's Avatar
 
Posts: 421
Karma: 426094
Join Date: Dec 2011
Location: Spain, south coast
Device: Pocketbook InkPad 3
Search (selected files):
(<p>chapter )\d+

Regex-Function:
Code:
def replace(match, number, file_name, metadata, dictionaries, data, functions, *args, **kwargs):
    num=number
    return match.group(1)+str(num)
replace.file_order = 'spine'
And:
Replace all.

Useful link:
http://manual.calibre-ebook.com/function_mode.html

Last edited by kovidgoyal; 06-13-2015 at 02:07 AM.
jbacelar is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Certain Functions of Calibre Not Working? BasilGrows Calibre 1 06-08-2012 12:14 AM
Most often used calibre functions thearr Calibre 17 08-07-2011 02:44 PM
Help with MP3 functions on Kindle 2 Suzy Kindlefan General Discussions 0 05-22-2010 10:56 AM
New functions poco06 Calibre 4 05-01-2010 01:39 PM
Changing Button functions vadindot iRex 3 03-26-2009 10:49 AM


All times are GMT -4. The time now is 07:20 AM.


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