|
|
Browse by Tags
All Tags » optimize » Code
-
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, ...
|
|
|