Regular expression for remove anchor tag

I need a javascript function to do the conversion below. I believe it needs to be a regular expression.

I need to convert


<a href="http://aaa.com">http://aaa.com</a>

to

http://aaa.com