PHP: Help! preg_replace?

how do i remove certain attributes from html tags? e.g. <a href="link" title="qwerty">click</a> remove title="qwerty"???
how do i remove the content from within an attribute?
 
Back
Top