Skip to content

Instantly share code, notes, and snippets.

@stugoo
Created February 7, 2013 13:49
Show Gist options
  • Save stugoo/4731031 to your computer and use it in GitHub Desktop.
Save stugoo/4731031 to your computer and use it in GitHub Desktop.
Get src attribute from string
var input = '<iframe width="560" height="315" src="http://www.youtube.com/embed/_QtoHqZPkk0" frameborder="0" allowfullscreen></iframe>',
rawurl = new String(input).match(/src=["']?((?:.(?!["']?\s+(?:\S+)=|[>"']))+.)["']?/)[1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment