1.net代码怎么获取第二行的码解商家优惠券源码数字字符串
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);
}
2024-11-30 12:32
2024-11-30 11:56
2024-11-30 11:51
2024-11-30 10:34
2024-11-30 10:20
2024-11-30 10:11