二重引用符で囲まれた単語の前後にpreg_replace()
あるすべての単語を変更するための使用方法<
>
=
$var="<myfootball figure=thin new=aux(comment); > this=Association football < name=football >"
に
$var="<myfootball figure="thin" new="aux(comment);" >this=Association footballl< name="football" >"
これを行うための正規表現は何preg_replace()
ですか?