Return whether input matches regex of QQ.
static bool isQQ(String input) { return matches(regexQQ, input); }