( "hello Gags" =~ /^(?=hello)(?!.*Ga/ )&& print ("Matched") || print ("Unmatched")