Help for this page

Select Code to Download


  1. or download this
    [Case-Url] - www.google.com
    
    
    ...
    
    
    ***Passed***
    
  2. or download this
    while ($input =~ /YOUR_REGEX_GOES_HERE/gs) {
        print "Extracted values $1, $2, $3\n";
    }