I am trying to match all
<a href="mailto:abc@abc.com">bla bla bla</a>
and I have another filter that will append
<a rel="email" href="mailto:abc@abc.com">bla bla bla</a>
So I am looking for the regular expression that will find that with the replace function.