static RegExp cicAnyToRegexp(Iterable or S... strings) { ret new RegExp(orCombineRegexps(regexpEscapeAll(strings)), true); }