示例#1
0
        private void GetMatchInfo <T>(string record, RegexOutput <T> data)
            where T : new()
        {
            var mc = data.Expression.Matches(record);

            SelectMatches.GetMatchValues(mc, data);
        }
示例#2
0
        private void GetMatchInfo(string record, RegexOutput data)
        {
            var mc = data.Expression.Matches(record);

            SelectMatches.GetMatchValues(mc, data);
        }