Help for this page

Select Code to Download


  1. or download this
    $string ='<meta name="description" content="..."/>';
    print $1 if $string =~ m[^<meta .*?name\s*=\s*"([^"]+)".*?/>$]i;
    
    description