static L flexMatchIC_withBrackets_all_autoPunctuation(S pat, S input, O... _) { ret starPatternHasPunctuation(pat) ? flexMatchIC_withBrackets_all_honorPunctuation(pat, input, _) : flexMatchIC_withBrackets_all(pat, input, _); }