I'm trying to write a PHP function that will scan the $content for an tag and return the SRC url.
I've tried:
<embed.+?src="(.+?)".+?<\/embed>
But I get:
Warning: preg_match_all() [function.preg-match-all]: No ending matching delimiter '>' found