isQQ method

bool isQQ()

Return whether input matches regex of QQ.

Implementation

bool isQQ() {
  return matches(regexQQ);
}