Help for this page

Select Code to Download


  1. or download this
    $text = "<a href='http://www.example.com/'>Example 1</a>\n<a href='htt
    +p://www.example.net/' target='_blank'>Example 2</a>";
    
    my ($a) = $text =~ /<a href='(.+?)' target='_blank'>/s;
    print "$a\n";
    
  2. or download this
    http://www.example.com/'>Example 1</a>
    <a href='http://www.example.net/
    
  3. or download this
    http://www.example.net/