I have some html like the below:
<img src="/web/20110208042711im_/http://coralifeaqualight.com/wp-content/themes/xtheme/images/coralife-aqualight-pro.png" alt="">
What I want to be able to do is use regex to clear any html attributes that have no value, in this case: alt="". I cannot figure out how to look for any string that with a space and contains ="" as that would do it for me, does anyone know