Quote:
Originally Posted by ownedbycats
Also, preferably I would just skip the Publisher and check for a uri: contains http://www.gutenberg.org/ but I'm not sure how to do that. 
|
Something like this should work:
Code:
if '^http://www.gutenberg.org/' in u then 'foo' fi