I've been digging around the docs for a few hours.. I have chunks of html in QString and wondering if there is anyway to do like a regex to pull out something like <img *>

I saw find but that just returns the posistion.. I'd like to return all occurances of the regex to like a qstringlist

thanks!