static Matcher dm_regexpIC_central(S regexp, S input, O... _) { optPar long timeout = 60000; new Var matcher; call(dm_requireRegexpMatcher(), 'addJob, regexp, input, true, vfSetVar(matcher)); ret waitForVarToBeNotNullWithTimeout(matcher, timeout); }