1 | sed -r 's/.*href="([^"]*)".*/\1/' |
-
upload with new input
-
result: Success time: 0.03s memory: 5308 kB returned value: 0
<a href="http://example.com/index"></a>
http://example.com/index
-
result: Success time: 0.02s memory: 5264 kB returned value: 0
ad.gif au.gif bj.gif catalonia.gif cr.gif dz.gif fj.gif gm.gif hn.gif it.gif kw.gif lv.gif mo.gif na.gif om.gif ps.gif sc.gif so.gif tk.gif um.gif wf.gif ae.gif aw.gif bm.gif cc.gif cs.gif ec.gif fk.gif gn.gif hr.gif jm.gif ky.gif ly.gif mp.gif nc.gif out.gif pt.gif scotland.gif sr.gif tl.gif us.gif ws.gif
ad.gif au.gif bj.gif catalonia.gif cr.gif dz.gif fj.gif gm.gif hn.gif it.gif kw.gif lv.gif mo.gif na.gif om.gif ps.gif sc.gif so.gif tk.gif um.gif wf.gif ae.gif aw.gif bm.gif cc.gif cs.gif ec.gif fk.gif gn.gif hr.gif jm.gif ky.gif ly.gif mp.gif nc.gif out.gif pt.gif scotland.gif sr.gif tl.gif us.gif ws.gif
-
result: Success time: 0.03s memory: 5308 kB returned value: 0
href="test.html"
test.html
-
result: Success time: 0s memory: 5308 kB returned value: 0
<a href="http://example.com/">Website #1</a> <a href="http://example.net/">Website #2</a> <a href="http://example.org/">Website #3</a> </p>
http://example.com/ http://example.net/ http://example.org/ </p>
-
result: Success time: 0s memory: 5308 kB returned value: 0
sed -r 's/.*href="([^"]*)".*/\1/'
([^
-
result: Success time: 0s memory: 5308 kB returned value: 0
sed -r 's/.href="([^"]*)".*/\1/'
([^
-
result: Success time: 0s memory: 5308 kB returned value: 0
<a href="http://example.com/">Website #1</a> <a href="http://example.net/">Website #2</a> <a href="http://example.org/">Website #3</a> </p>
http://example.com/ http://example.net/ http://example.org/ </p>
-
result: Success time: 0s memory: 5308 kB returned value: 0
<a href="http://example.com/">Website #1</a> <a href="http://example.net/">Website #2</a> <a href="http://example.org/">Website #3</a>
http://example.com/ http://example.net/ http://example.org/


