TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
88 stars 26 forks source link

regular expression help link is broken #31

Closed 14zywave closed 8 years ago

14zywave commented 8 years ago

https://msdn.microsoft.com/library/en-us/cpguide/html/cpconcomregularexpressions.asp

wangfukai commented 8 years ago

I can't find the right way to use logic "and" in regular expression. 'A & B' and 'A && B' can't work.

DavidAnson commented 8 years ago

Thank you for pointing this out! I think the new link should be: https://msdn.microsoft.com/en-us/library/hs600312.aspx

DavidAnson commented 8 years ago

Fixed in the 2016-06-16 release, thanks!