View Single Post
Old 01-03-2011, 04:53 AM   #2
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
As usual, use the HTML interstage to create the chapter descriptions. It may just be that in the source, the word "chapter" occurs four times at the beginning of each chapter. Also, I believe the chapter detection is done by XPath instead of regexes, so if you do use regexes, results may vary.

Edit: Oh, and I assume you do know that
Code:
CHAPTER \d
only works for single-digit chapter headings? Use
Code:
CHAPTER \d+
if you have more than 9 chapters.
Manichean is offline   Reply With Quote