View Single Post
Old 05-31-2019, 12:06 PM   #923
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Quote:
Originally Posted by edeniz View Post
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 View Post
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
ilovejedd is offline   Reply With Quote