Skip to content

Instantly share code, notes, and snippets.

@spolu
Created December 12, 2011 16:07
Show Gist options
  • Save spolu/1468030 to your computer and use it in GitHub Desktop.
Save spolu/1468030 to your computer and use it in GitHub Desktop.
var util = require('util');
var exp = /lat=(\-{0,1}[0-9]+\.[0-9]+).long=(\-{0,1}[0-9]+\.[0-9]+)/;
var r = exp.exec(' <iframe width="270" height="165" frameborder="0"\nscrolling="no" marginheight="0" marginwidth="0"\nsrc="/google_map?lat=37.349001&long=-121.962850&show_controls=true"></iframe>');
console.log(util.debug(r));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment