Help for this page

Select Code to Download


  1. or download this
      $re->track( 1 );
      if( $target =~ /$re/ ) {
        print "$target matched by ", $re->matched, "\n";
      }