sS ai_findGroupingExample_1(S s) { for (S grouped : ai_groupingExamples()) if (match3_noWildcards(grouped, s)) ret grouped; null; }