Help for this page

Select Code to Download


  1. or download this
    use re qw(debug);
    ( "hello Gags" =~ /^(?=hello).*[^G][^a].*$/ )&& print ("Matched") || p
    +rint ("Unmatched");