C#通过正则表达式判断字符是否为数字
int str="121212,1212"
const string pattern = "^[0-9]*$";
Regex rx = new Regex(pattern);
return rx.IsMatch(str);
//bool类型
【C#通过正则表达式判断字符是否为数字】转载于:https://www.cnblogs.com/shanshuiYiCheng/p/10551064.html
推荐阅读
- gitlab|gitlab 通过备份还原 admin/runner 500 Internal Server Error
- Python爬虫|Python爬虫 --- 1.4 正则表达式(re库)
- whlie循环和for循环的应用
- 如何通过锻炼的方法治疗前列腺肥大
- 通过复盘快速成长(附模板)
- MyBatis|MyBatis Generator配置
- 运维|如何限制IP 通过 SSH连接服务器
- 运维|Linux 禁止用户或 IP通过 SSH 登录
- 青椒板书--足球
- 2021.5.27阅读思考题