9/16/2012

Demo Code

public static bool IsValidURL(string strURL) { string regExPattern = @"^^(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%\$#_=]*)?$"; Regex re = new Regex(regExPattern); return re.IsMatch(strURL); } demo highlight foo bar   Demo Quote...

Save And Share :

 
  • As we look ahead into the next century, leaders will be those who empower others.

  • Followers