用于在SQL Server中验证网站URL的正则表达式

时间:2014-07-09 07:07:20

标签: sql-server regex expression

在SQL Server中验证网站URL的正则表达式是什么?

这是我的疑问:

UPDATE INE
SET INE.ErrorDetails = INE.ErrorDetails +'WebSite not in correct format. (ex.www.testmail.com)'
FROM IntEmployees INE
Where 
    INE.WebSite Not like 'what is the expression for URL ??'
AND
    ISNULL(INE.InterfaceType_120,0) = 1
AND 
    INE.Status = 1  

1 个答案:

答案 0 :(得分:0)

....网站不喜欢'%[^ a-zA-Z0-9]%。[a-z] [a-z]%'