Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » optimize » Code
  • How to valid ASPX URL?

    Hi all,I’m junior developer, so I ‘m not yet pick up Regular Expressions (>o<).In current situation, I want to check SharePoint URL is valid or not, and my simple coding as follows:if (strTargetASPX.Substring(0, 4).ToLower().Equals("http") &&    strTargetASPX.Substring(strTargetASPX.Length - 4, ...
    Posted to Discussion (Forum) by onming268 on June 4, 2009