static S ctxDropEmotion(S s) { L tok = javaTok(s); if (eqGet(tok, 1, "[") && eqGet(tok, 5, "]") && isInteger(get(tok, 3))) ret trimJoinSubList(tok, 6); ret s; }