Hello

I have a column with html code, I would like to delete all pictures <IMG> tag example:
<img alt="iPhone 5 32GB" src="http://img.domaine.com/images/upload/SKU45254755/20111219150204368.jpg" />

I think it is possibe with a macro using regular expressions.

Can you help me please?