Thursday, August 10, 2006

Regular expressions in Visual Studio Find and Replace

Did you know that a specific set of regular expressions can be used in the Find what field of the Visual Studio Find and Replace Window. But look out there are syntax differences between the regular expressions that can be used in Find what strings and those that are valid in .NET Framework programming. There are also some bugs that might make this not that useful as you first think. The Lead Program Manager makes comments on this blog post about it.

[Link: MSDN]

tags: ,

No comments:

Post a Comment