I want to use preg_match in Javascript. Please see a part of the content:
<tag>lorem ipsum lorem ipsum src="http://www.example.com/files/2012/11/112_156362764.jpg" lorem ipsum lorem ipsum</tag>
I want to get what is in src – so the full url. How can I do that ?
preg_match is
string.matchin javascript: