static Comparator alphaNumComparator_skipCommas() { ret (a, b) -> alphaNumComparator().compare(replace(a, ",", ""), replace(b, ",", "")); }