List of utility methods to do HTML Element Search
Matcher m = patternImg.matcher(html); while (m.find()) { return true; return false;