麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 編程 > C# > 正文

幾個C#常用正則表達式的總結(jié)

2024-09-07 17:05:21
字體:
供稿:網(wǎng)友
using System; 
using System.Text.RegularExpressions; 

namespace CommonTools 

/**//// <summary> 
/// RegexLib 的摘要說明。 
/// </summary> 
public class RegexLib 


//驗證Email地址 
public static bool IsValidEmail(string strIn) 

// Return true if strIn is in valid e-mail format. 
return Regex.IsMatch(strIn, @"^([/w-/.]+)@((/[[0-9]{1,3}/.[0-9]{1,3}/.[0-9]{1,3}/.)|(([/w-]+/.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(/]?)$"); 

//dd-mm-yy 的日期形式代替 mm/dd/yy 的日期形式。 
public static string MDYToDMY(String input) 

return Regex.Replace(input,"http://b(?//d{1,2})/(?//d{1,2})/(?//d{2,4})//b","${day}-${month}-${year}"); 

//驗證是否為小數(shù) 
public static bool IsValidDecimal(string strIn) 

return Regex.IsMatch(strIn,@"[0]./d{1,2}|[1]"); 

//驗證是否為電話號碼 
public static bool IsValidTel(string strIn) 

return Regex.IsMatch(strIn,@"(/d+-)?(/d{4}-?/d{7}|/d{3}-?/d{8}|^/d{7,8})(-/d+)?"); 

//驗證年月日 
public static bool IsValidDate(string strIn) 

return Regex.IsMatch(strIn,@"^2/d{3}-(?:0?[1-9]|1[0-2])-(?:0?[1-9]|[1-2]/d|3[0-1])(?:0?[1-9]|1/d|2[0-3]):(?:0?[1-9]|[1-5]/d):(?:0?[1-9]|[1-5]/d)$"); 

//驗證后綴名 
public static bool IsValidPostfix(string strIn) 

return Regex.IsMatch(strIn,@"/.(?i:gif|jpg)$"); 

//驗證字符是否再4至12之間 
public static bool IsValidByte(string strIn) 

return Regex.IsMatch(strIn,@"^[a-z]{4,12}$"); 

//驗證IP 
public static bool IsValidIp(string strIn) 

return Regex.IsMatch(strIn,@"^(/d{1,2}|1/d/d|2[0-4]/d|25[0-5])/.(/d{1,2}|1/d/d|2[0-4]/d|25[0-5])/.(/d{1,2}|1/d/d|2[0-4]/d|25[0-5])/.(/d{1,2}|1/d/d|2[0-4]/d|25[0-5])$"); 




發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 欧美老外a级毛片 | 精品国产一区二区久久 | 午夜天堂在线 | 羞羞的视频在线 | 久久久久亚洲精品国产 | 久草中文网| h视频免费在线观看 | 欧美成人高清视频 | 日韩中字在线 | 日本在线播放一区二区三区 | 91久久国产综合精品女同国语 | 黄色男女视频 | 国产一及毛片 | 久久精品亚洲成在人线av网址 | 在线看毛片的网站 | 激情av在线 | 久久精品视频国产 | 亚洲影院在线播放 | 性生活视频软件 | 福利在线播放 | 素人视频在线观看免费 | 黄色一级片免费观看 | 护士hd欧美free性xxxx | 欧美a区 | 久久久久99精品 | 人人玩人人爽 | 成人在线视频一区 | 久久99国产伦子精品免费 | 色网站在线免费观看 | 欧美精品一区二区久久 | 中文字幕一区2区 | 欧美成人高清在线 | 色妇视频| 午夜视频色 | 免费视频a| 麻豆视频免费网站 | 黄色网址在线视频 | 麻豆视频国产在线观看 | 五月天堂av91久久久 | 国产成人自拍av | 亚洲黑人在线观看 |