private static string CheckQuery(string query, string eleName) { return(RegexHelper.MatchQueEle(RegexHelper.queryPattern, eleName, query)); }