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