returni18n.Sprintf("regular match failed, please check your configuration:[%s]",sign)
return_s("regular match failed, please check your configuration:[%s]",sign)
}
// 生成子串匹配错误信息
funcgenSubErrMsg(signstring)string{
returni18n.Sprintf("regular match was successful. according to the configuration, it does not get the substring inside(), please check your configuration:[%s]",sign)
return_s("regular match was successful. according to the configuration, it does not get the substring inside(), please check your configuration:[%s]",sign)
}
// 生成子串匹配错误信息
funcgenIllegalCharErrMsg()string{
returni18n.Sprintf(`key or value of tag contains illegal characters:[:,/=\r\n\t]`)
return_s(`key or value of tag contains illegal characters:[:,/=\r\n\t]`)