func (v *Validator) isArticleTagValid(tag string) bool {
    if tag == "" {
        return true
    }