sbool startsWithNumberAndClosingRoundBracket(S s) { ret regexpFind("^\\d+\\)", s); }