static S matchDollarX_IC(S pat, S s) { SS match = matchDollarVarsIC(pat, s); ret match != null ? match.get("$X") : null; }