sS replaceWords_includingCamelCase(SS map, S s) { if (empty(s)) ret s; ret join(tok_replaceWords_transferCase(map, tok_splitAtUnderscoreAndCamelCase(javaTokNoQuotes(s)))); }