sS ai_plenkApostrophS(S s) { ret regexpReplaceIC(s, "(\\w)('s)", func(Matcher m) -> S { m.group(1) + " " + m.group(2) }); }