static long discord_parseUserMention(S s) { s = dropPrefixSuffix_orNull("<@", ">", s); if (isInteger(s)) ret parseLong(s); ret 0; }