I am new to Regex, however I decided it was the easiest route to what I needed to do. Basically I have a string (in PHP) which contains a whole load of HTML code... I want
$html = preg_replace("/]+style[^>]+none[^>]+>/", '', $html);