01-17-2014, 04:34 PM
Thanks. It says not found. I have a regex builder from some other software. Is my regex wrong? I made a new one and I tested it - it grabbed the url fine but it doesn't work in qm.
START
<a class="comment-count" href="
END
" title="Comments for
REGEX
(?<=<a\ class="comment-count"\ href=")http://thechive\.com.*/\#comments(?="\ title="Comments\ for)
START
<a class="comment-count" href="
END
" title="Comments for
REGEX
(?<=<a\ class="comment-count"\ href=")http://thechive\.com.*/\#comments(?="\ title="Comments\ for)