Quote:
Originally Posted by edeniz
To be frank, I'm never sure which regex will actually work with QC, so I seldom even try.
|
Interesting. I've never actually had a problem with using regex in Quality Check's Search ePubs function. Any regex mistake has usually been due to PEBKAC. I do tend to limit search scope to selected books (usually filtered by tags) or virtual libraries so it's not wasting time going through the entire library.
Quote:
Originally Posted by edeniz
Which ones work for you? Aside from example above?
|
For the most part, I just use it to find books with certain phrases similar to above:
Code:
Scope: Plain text content
\b(word1|word2).+word3
The other thing I use it for is to find epubs with <img> tags referencing http resources (so I can use Tweak epub to download all external links).
Code:
Scope: HTML content
<img[^>]+src=['"]http