2017年9月28日

C#正则表达式教程和示例

摘要: 是否是字母: System.Text.RegularExpressions.Regex.IsMatch( chr.ToString(), @"[A-Za-z]" ) 是否是正整数:System.Text.RegularExpressions.Regex.IsMatch( chr.ToString() 阅读全文

posted @ 2017-09-28 13:11 蝸小牛 阅读(332) 评论(0) 推荐(0)

导航