Help for this page

Select Code to Download


  1. or download this
     ...
     my $input = <STDIN>;
    ...
       print "regex |$regex| to input |$input| mapping succeeded\n";
     } 
     ...
    
  2. or download this
    sub transform_string_to_optimal_matching_regex {
     my $given_string = shift;
    ...
     }
      return $regex;   
    }