Help for this page

Select Code to Download


  1. or download this
    sub x_regex {
    my $regex = shift;
    $regex =~ s/^(.*?)\?(.*?)$/$2/;
    return $regex;
    }