<?php $str = '<im src="urlexemplo/imagem1.png"/><img src="urlexemplo/imagem2.png"/>'; preg_match('/< *img[^>]*src *= *["\']?([^"\']*)[^>]+>/i', $str, $matchesSRC); var_dump($matchesSRC);
Standard input is empty
array(2) { [0]=> string(35) "<img src="urlexemplo/imagem2.png"/>" [1]=> string(22) "urlexemplo/imagem2.png" }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!