Регулярные выражения
Подскажите выражение, которое приведет это
<var class="postImg postImgAligned img-right" title="http://i48.fastpic.ru/big/2013/0622/2b/d6496ffec3c09866819c0c12efea8b4a.png">
или это
<var class="postImg postImgAligned img-left" title="http://i48.fastpic.ru/big/2013/0718/4a/6496ffec3c0966819c0c12efead88b4a.png">
к такому виду соответственно:
Код:
"<var (class=""postImg .*"") title="".*/(.*)"">", "<img $1 src=""$2"">")