Returns whether the input matches the username regex.
static bool isUsername(String input) { return matches(regexUsername, input); }