超强的验证时间的函数,可以验证是否为闰年
摘要:正则表达式在C#中的应用函数 超强的验证时间的函数,可以验证是否为闰年 public bool myTime(string str) { bool flag=false; string regex = @"^((\d{2}(([02468][048])|([13579][26]...
阅读全文
posted @ 2005-12-30 16:56
posted @ 2005-12-30 16:56
posted @ 2005-12-30 16:50