コード例 #1
0
ファイル: Test.cs プロジェクト: Kevin9567/SCMT
        static void Main(string[] args)
        {
            //string[] strtest = { "2018年03月", "2018年02" };
            //string ste = "2018年03月";
            //var re = Regex.Matches(ste, "2018");
            //foreach (Match match in Regex.Matches(ste, "^2018年3月"))
            //{
            //    Console.WriteLine("=====", match.Value);
            //}


            RedisOperation test = new RedisOperation();

            test.test5();
        }