static L ai_sortMatchPairs(L l) { l = mapPairA(func(S s) -> S { replaceSuffix(">", "0>", s) }, l); l = pairsSortedByAComparator(alphaNumComparator(), l); //l = pairsSortedByA(l); l = mapPairA(func(S s) -> S { replaceSuffix("0>", ">", s) }, l); ret l; }