I am using to validate URL with or without http/https using the following code snippet. Regex urlRegex = new Regex(@"(http(s)?://)?([\w-]+\.) ...
確定! 回上一頁