fork download
  1. var html = '<a href="test.html">';
  2. var m = html.match(/<a[^>]*?\bhref=['"](.*?)['"]/);
  3. print (m[1]);
Success #stdin #stdout 0.02s 4940KB
stdin
Standard input is empty
stdout
test.html