case "新增推文數", "新增噓文數":
        re := regexp.MustCompile("^(新增推文數|新增噓文數)\\s+([^,,][\\w-_,,\\.]*[^,,:\\s]):?\\s+(100|[1-9][0-9]|[0-9])$")
        matched := re.MatchString(text)
        if !matched {
            errorTips := inputErrorTips