svoid test_negateRegexp() { embedded bool testIt(S regexp, S s) { ret !regexpMatches(negateRegexp(regexp), s); } testFunctionValues(lambda1 testIt, "bc", "abcd", true, "bc", "xyz", false, ); }