Help for this page

Select Code to Download


  1. or download this
    print chg("word", qr/(\d)/);   # print "nope"
    "2" =~ /(2)/;
    ...
        $_[0] =~ $_[1];
        return $1 ? "yes\n" : "nope\n";
    }