language: Bash (bash 4.0.35)
date: 886 days 7 hours ago
link:
visibility: public
1
sed -r 's/.*href="([^"]*)".*/\1/'
  • upload with new input
  • 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/