Quantcast
Channel: MobileRead Forums
Viewing all articles
Browse latest Browse all 50094

Editor - feature request

$
0
0
In some areas of the editor there's the option to use xpath to perform searches. But xpath is cumbersome and doesn't work in calibre quite completely.

It would be a lot easier and productive to use a regex in the place of xpath.

For example, in the place of
Code:

//meta[@name="mainsection"]/@content
that it doesn't work, one could use as well
Code:

<meta name="mainsection" content="(.*?)"/>
that is a lot more readable. Moreover, regex are fully tested and functional in calibre.

Viewing all articles
Browse latest Browse all 50094

Latest Images

Trending Articles



Latest Images