static Matches getFlexMatch(S pat, S s) { new Matches m; ret flexMatch(pat, s, m) ? m : null; } static Matches getFlexMatch(S pat, S s, bool joinBrackets) { new Matches m; ret flexMatch(pat, s, m, joinBrackets) ? m : null; }