static S dropStuffBeforeVerticalBar(S s) { int i = indexOf(s, '|'); ret i < 0 ? s : substring(s, i+1); }