sS dropStuffInRoundBrackets(S s) { ret s.replaceAll("\\(.*\\)", ""); }