【基金买卖平台源码】【如何看邮件源码】【hotspot源码什么语言】mysys源码解析

1.net代码怎么获取第二行的码解基金买卖平台源码数字字符串

mysys源码解析

net代码怎么获取第二行的数字字符串

       public static string IgetNumber(string str)

       {

       return System.Text.RegularExpressions.Regex.Replace(str, @"[^\d{ 2}-]*", "");

       }

       public static void Main()

       {

       string a=IgetNumber("武汉房权证字号第-号");

       string b=IgetNumber("武汉房权证字号第号");

       Console.WriteLine(a);

       Console.WriteLine(b);

       }

更多内容请点击【百科】专栏