static Pattern compileRegexpIC(S pat) { ret Pattern.compile(pat, Pattern.CASE_INSENSITIVE); }