Quote:
Originally Posted by Gwen Morse
Is there an expression that will match Roman Numerals inside a paragraph tag?
Right now I have to search through the document by hand and prepend the word "Chapter" to each numeral.
I'd like something that would match it on its own.
|
Hm. Roman numerals contain combinations of "I", "V", "X" and maybe "L" (I don't think you'd have to go higher with books). So, the expression
should do the job.
Edit to add: There's a tutorial for
regular expressions and
XPath in the Calibre manual that might help.