static int ocr_charCountDropSpaces(S s, bool grouped) { ret grouped ? l([S c : ocr_ungroupCharacters(s) | neq(c, " ")]) : l(dropSpaces(s)); }