码迷,mamicode.com
首页 > Windows程序 > 详细

C# IP正则表达式

时间:2018-03-08 17:26:24      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:str   class   post   static   pos   ati   public   ali   reg   

1 public static bool IsValidIp(string strIn)
2         {
3             bool b = Regex.IsMatch(strIn, @"^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$");
4 
5             return b;
6         }

 

C# IP正则表达式

标签:str   class   post   static   pos   ati   public   ali   reg   

原文地址:https://www.cnblogs.com/dotnetHui/p/8529078.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!